about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorAlan Pearce2024-05-10 15:10:01 +0200
committerAlan Pearce2024-05-10 15:24:10 +0200
commitd75a137c0fa6498ca6e35a0f257634ea3df1bec6 (patch)
tree1f40b38343c7b3b3c9288026585ec5c0644bde0a /flake.lock
downloadnix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.lz
nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.tar.zst
nix-packages-d75a137c0fa6498ca6e35a0f257634ea3df1bec6.zip
initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..78cf35d
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1712449641,
+        "narHash": "sha256-U9DDWMexN6o5Td2DznEgguh8TRIUnIl9levmit43GcI=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "600b15aea1b36eeb43833a50b0e96579147099ff",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixpkgs-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}