summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-12-07 09:54:05 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-12-07 09:54:05 +0100
commit80c511045ab4248a88d260ed0be6649196ad4e68 (patch)
tree389049bee741a7850cb4669603de309660d4e5e6 /flake.lock
parentd2ec672eca6d2d5df3da1b2e80573a54cf8c6577 (diff)
create 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..f408e4a
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1733392399,
+ "narHash": "sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG+cBns=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "d0797a04b81caeae77bcff10a9dde78bc17f5661",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}