diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-05 22:41:10 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-05 22:41:10 -0400 |
commit | fd0a9302450a4f5e0108d03a95db1601c00b5e4c (patch) | |
tree | 0148f837b026707a7a6ba235a376111e07b02899 /flake.lock | |
download | chela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.tar.gz chela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.zip |
Implement get
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..57879d3 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1712163089, + "narHash": "sha256-Um+8kTIrC19vD4/lUCN9/cU9kcOsD1O1m+axJqQPyMM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fd281bd6b7d3e32ddfa399853946f782553163b5", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |