aboutsummaryrefslogtreecommitdiff
path: root/nixos/flake/flake.lock
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-25 21:12:18 -0500
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-09-25 21:12:18 -0500
commitc8d19a52e004abdeaaa73416747d9acb56984446 (patch)
tree2af8810d30588fa2ea1dc3574148b4f6a065b1cc /nixos/flake/flake.lock
parent98ddd576c3a5766d3fcace49ea105950c26cde03 (diff)
add nixos config
Diffstat (limited to 'nixos/flake/flake.lock')
-rw-r--r--nixos/flake/flake.lock61
1 files changed, 61 insertions, 0 deletions
diff --git a/nixos/flake/flake.lock b/nixos/flake/flake.lock
new file mode 100644
index 0000000..d863b13
--- /dev/null
+++ b/nixos/flake/flake.lock
@@ -0,0 +1,61 @@
+{
+ "nodes": {
+ "home-manager": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ },
+ "locked": {
+ "lastModified": 1727246346,
+ "narHash": "sha256-TcUaKtya339Asu+g6KTJ8h7KiKcKXKp2V+At+7tksyY=",
+ "owner": "nix-community",
+ "repo": "home-manager",
+ "rev": "1e22ef1518fb175d762006f9cae7f6312b8caedb",
+ "type": "github"
+ },
+ "original": {
+ "id": "home-manager",
+ "type": "indirect"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1726755586,
+ "narHash": "sha256-PmUr/2GQGvFTIJ6/Tvsins7Q43KTMvMFhvG6oaYK+Wk=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "c04d5652cfa9742b1d519688f65d1bbccea9eb7e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1726937504,
+ "narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "9357f4f23713673f310988025d9dc261c20e70c6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "home-manager": "home-manager",
+ "nixpkgs": "nixpkgs_2"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}