about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorAlan Pearce2023-09-12 10:55:15 +0200
committerAlan Pearce2023-09-12 10:55:15 +0200
commit7fc8048d3104cf9e129920326b30aaefaaaeb89b (patch)
treebfd093932e8f5332877d9fd2a189b27ee044e8f5 /flake.lock
parent51cc4389f6dc7947ee34d1b3367876941e8a8fbc (diff)
downloadwebsite-7fc8048d3104cf9e129920326b30aaefaaaeb89b.tar.lz
website-7fc8048d3104cf9e129920326b30aaefaaaeb89b.tar.zst
website-7fc8048d3104cf9e129920326b30aaefaaaeb89b.zip
Init flake
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..0f56f8b
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1689261696,
+        "narHash": "sha256-LzfUtFs9MQRvIoQ3MfgSuipBVMXslMPH/vZ+nM40LkA=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "df1eee2aa65052a18121ed4971081576b25d6b5c",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixpkgs-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}