summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-01 21:01:55 -0400
committerseth <[email protected]>2023-05-01 21:01:55 -0400
commit22c6199166e343d950e37029041cf7d251b903c1 (patch)
tree08d2773339694973ee85d5ec09f315ba8b42f39f /flake.lock
parent51db12fc7ab97a84be007c3d7f3771accbabeb84 (diff)
feat: add nix flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..430df0b
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1682879489,
+ "narHash": "sha256-sASwo8gBt7JDnOOstnps90K1wxmVfyhsTPPNTGBPjjg=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "da45bf6ec7bbcc5d1e14d3795c025199f28e0de0",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "ref": "nixos-unstable",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}