diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..60b9f36 --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,62 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "flake-utils": { | ||
4 | "locked": { | ||
5 | "lastModified": 1638122382, | ||
6 | "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", | ||
7 | "owner": "numtide", | ||
8 | "repo": "flake-utils", | ||
9 | "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", | ||
10 | "type": "github" | ||
11 | }, | ||
12 | "original": { | ||
13 | "owner": "numtide", | ||
14 | "ref": "master", | ||
15 | "repo": "flake-utils", | ||
16 | "type": "github" | ||
17 | } | ||
18 | }, | ||
19 | "nixpkgs": { | ||
20 | "locked": { | ||
21 | "lastModified": 1641395948, | ||
22 | "narHash": "sha256-GkE6JV7cC8Fq9AorxQaZY7AZQl6uNhRSSD3DCFvsWqo=", | ||
23 | "owner": "NixOS", | ||
24 | "repo": "nixpkgs", | ||
25 | "rev": "190f4640acdeffe196118e209ec32a2589b8644b", | ||
26 | "type": "github" | ||
27 | }, | ||
28 | "original": { | ||
29 | "owner": "NixOS", | ||
30 | "ref": "master", | ||
31 | "repo": "nixpkgs", | ||
32 | "type": "github" | ||
33 | } | ||
34 | }, | ||
35 | "openwrt": { | ||
36 | "flake": false, | ||
37 | "locked": { | ||
38 | "lastModified": 1641244185, | ||
39 | "narHash": "sha256-pCyjLJfDaesFW7DWg/xZahQg6rbQr2CRmyHe/cPeBEU=", | ||
40 | "owner": "openwrt", | ||
41 | "repo": "openwrt", | ||
42 | "rev": "5beaa75d94c4a981c580905b84c7ef33caf0c3e2", | ||
43 | "type": "github" | ||
44 | }, | ||
45 | "original": { | ||
46 | "owner": "openwrt", | ||
47 | "ref": "openwrt-21.02", | ||
48 | "repo": "openwrt", | ||
49 | "type": "github" | ||
50 | } | ||
51 | }, | ||
52 | "root": { | ||
53 | "inputs": { | ||
54 | "flake-utils": "flake-utils", | ||
55 | "nixpkgs": "nixpkgs", | ||
56 | "openwrt": "openwrt" | ||
57 | } | ||
58 | } | ||
59 | }, | ||
60 | "root": "root", | ||
61 | "version": 7 | ||
62 | } | ||