diff options
author | Akshay <[email protected]> | 2021-08-08 05:46:39 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-08-08 05:46:39 +0100 |
commit | 8d568855b305580591263114cc356726f393e4bf (patch) | |
tree | 0e8916bfd0f1a88201b5a2a5c39d0faef1465d5c /flake.lock |
init
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..08aa38a --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,41 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "nixpkgs": { | ||
4 | "locked": { | ||
5 | "lastModified": 1626855004, | ||
6 | "narHash": "sha256-wm0wLIZkbr92iu10N7hHttrLIX58tQxIUCeQxPxA10o=", | ||
7 | "owner": "NixOS", | ||
8 | "repo": "nixpkgs", | ||
9 | "rev": "621afb9980bc06ed695b0e3d62109a7dbd00e3da", | ||
10 | "type": "github" | ||
11 | }, | ||
12 | "original": { | ||
13 | "id": "nixpkgs", | ||
14 | "type": "indirect" | ||
15 | } | ||
16 | }, | ||
17 | "root": { | ||
18 | "inputs": { | ||
19 | "nixpkgs": "nixpkgs", | ||
20 | "utils": "utils" | ||
21 | } | ||
22 | }, | ||
23 | "utils": { | ||
24 | "locked": { | ||
25 | "lastModified": 1623875721, | ||
26 | "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=", | ||
27 | "owner": "numtide", | ||
28 | "repo": "flake-utils", | ||
29 | "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772", | ||
30 | "type": "github" | ||
31 | }, | ||
32 | "original": { | ||
33 | "owner": "numtide", | ||
34 | "repo": "flake-utils", | ||
35 | "type": "github" | ||
36 | } | ||
37 | } | ||
38 | }, | ||
39 | "root": "root", | ||
40 | "version": 7 | ||
41 | } | ||