From 4730ae2ea6012ed3f12ac02a4dce07370fee3beb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 25 Oct 2022 12:17:39 -0600 Subject: Move flake.nix to nix/ subdirectory --- nix/flake.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 nix/flake.lock (limited to 'nix/flake.lock') diff --git a/nix/flake.lock b/nix/flake.lock new file mode 100644 index 0000000..3b5c57f --- /dev/null +++ b/nix/flake.lock @@ -0,0 +1,24 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1661700591, + "narHash": "sha256-NZa+z+TJC+Hk+87+LKkjFFmBn4GyMVEPcWFXFU+aTkU=", + "path": "/nix/store/6v8l94l7zssb6l87azm0gcz9bjwa8lhw-source", + "rev": "16236dd7e33ba4579ccd3ca8349396b2f9c960fe", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3