summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorAlan Pearce2024-04-09 22:08:33 +0200
committerAlan Pearce2024-04-09 22:08:33 +0200
commit67dec02ddcfae528dd23696cb7d51746dbadeaf6 (patch)
treeae5cbdcf4cc7c2fea5f05d3d2a380fa80aeabcd0 /flake.lock
parent8d94bdf8d7b58d91e11623d96c16daf1b6d82367 (diff)
downloadnixfiles-67dec02ddcfae528dd23696cb7d51746dbadeaf6.tar.lz
nixfiles-67dec02ddcfae528dd23696cb7d51746dbadeaf6.tar.zst
nixfiles-67dec02ddcfae528dd23696cb7d51746dbadeaf6.zip
Simplify home-manager setup with flake-utils
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock36
1 files changed, 35 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index ba7f2f5c..e7ba6924 100644
--- a/flake.lock
+++ b/flake.lock
@@ -156,7 +156,8 @@
         "nix-index-database": "nix-index-database",
         "nixos-hardware": "nixos-hardware",
         "nixpkgs": "nixpkgs",
-        "secrets": "secrets"
+        "secrets": "secrets",
+        "utils": "utils"
       }
     },
     "secrets": {
@@ -189,6 +190,39 @@
         "repo": "default",
         "type": "github"
       }
+    },
+    "systems_2": {
+      "locked": {
+        "lastModified": 1681028828,
+        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+        "owner": "nix-systems",
+        "repo": "default",
+        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nix-systems",
+        "repo": "default",
+        "type": "github"
+      }
+    },
+    "utils": {
+      "inputs": {
+        "systems": "systems_2"
+      },
+      "locked": {
+        "lastModified": 1710146030,
+        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
     }
   },
   "root": "root",