diff options
author | Akshay <[email protected]> | 2021-10-01 17:18:11 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-01 17:20:12 +0100 |
commit | 6b31fa5d24df2949c7987f6fa349e6ef86e2fc00 (patch) | |
tree | 3acbdde2aa3b80e6a22b4d781efd5cd0d598028b /flake.lock | |
parent | 3bad67b25652306f49b77deb3f176eff73876632 (diff) |
rework builds to use nix flakesv2.3
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5010a6d --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,44 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "bitsnpicas-src": { | ||
4 | "flake": false, | ||
5 | "locked": { | ||
6 | "lastModified": 1632715939, | ||
7 | "narHash": "sha256-7QnQeKEAQry1aSXqmgwwTnuXVroUdpo+8t6aJhfO+1I=", | ||
8 | "owner": "kreativekorp", | ||
9 | "repo": "bitsnpicas", | ||
10 | "rev": "b47896afe02a381f5e76871a8c7da0ce50d76a99", | ||
11 | "type": "github" | ||
12 | }, | ||
13 | "original": { | ||
14 | "owner": "kreativekorp", | ||
15 | "repo": "bitsnpicas", | ||
16 | "type": "github" | ||
17 | } | ||
18 | }, | ||
19 | "nixpkgs": { | ||
20 | "locked": { | ||
21 | "lastModified": 1632918953, | ||
22 | "narHash": "sha256-XY3TKBfhP7wCu/SeqrwIkTWkyYHy5W1yRR8pxyzRY9Y=", | ||
23 | "owner": "NixOS", | ||
24 | "repo": "nixpkgs", | ||
25 | "rev": "ee90403e147b181300dffca5b0afa405e14f1945", | ||
26 | "type": "github" | ||
27 | }, | ||
28 | "original": { | ||
29 | "owner": "NixOS", | ||
30 | "ref": "nixos-21.05", | ||
31 | "repo": "nixpkgs", | ||
32 | "type": "github" | ||
33 | } | ||
34 | }, | ||
35 | "root": { | ||
36 | "inputs": { | ||
37 | "bitsnpicas-src": "bitsnpicas-src", | ||
38 | "nixpkgs": "nixpkgs" | ||
39 | } | ||
40 | } | ||
41 | }, | ||
42 | "root": "root", | ||
43 | "version": 7 | ||
44 | } | ||