diff options
author | Rutger Broekhoff | 2024-06-26 20:50:18 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2024-06-26 20:50:18 +0200 |
commit | 73df1945b31c0beee88cf4476df4ccd09d31403b (patch) | |
tree | ed00db26b711442e643f38b66888a3df56e33ebd /flake.lock | |
download | mininix-formalization-73df1945b31c0beee88cf4476df4ccd09d31403b.tar.gz mininix-formalization-73df1945b31c0beee88cf4476df4ccd09d31403b.zip |
Import Coq project
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..82ae26f --- /dev/null +++ b/flake.lock | |||
@@ -0,0 +1,61 @@ | |||
1 | { | ||
2 | "nodes": { | ||
3 | "flake-utils": { | ||
4 | "inputs": { | ||
5 | "systems": "systems" | ||
6 | }, | ||
7 | "locked": { | ||
8 | "lastModified": 1710146030, | ||
9 | "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", | ||
10 | "owner": "numtide", | ||
11 | "repo": "flake-utils", | ||
12 | "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", | ||
13 | "type": "github" | ||
14 | }, | ||
15 | "original": { | ||
16 | "owner": "numtide", | ||
17 | "repo": "flake-utils", | ||
18 | "type": "github" | ||
19 | } | ||
20 | }, | ||
21 | "nixpkgs": { | ||
22 | "locked": { | ||
23 | "lastModified": 1719253556, | ||
24 | "narHash": "sha256-A/76RFUVxZ/7Y8+OMVL1Lc8LRhBxZ8ZE2bpMnvZ1VpY=", | ||
25 | "owner": "NixOS", | ||
26 | "repo": "nixpkgs", | ||
27 | "rev": "fc07dc3bdf2956ddd64f24612ea7fc894933eb2e", | ||
28 | "type": "github" | ||
29 | }, | ||
30 | "original": { | ||
31 | "owner": "NixOS", | ||
32 | "ref": "nixos-24.05", | ||
33 | "repo": "nixpkgs", | ||
34 | "type": "github" | ||
35 | } | ||
36 | }, | ||
37 | "root": { | ||
38 | "inputs": { | ||
39 | "flake-utils": "flake-utils", | ||
40 | "nixpkgs": "nixpkgs" | ||
41 | } | ||
42 | }, | ||
43 | "systems": { | ||
44 | "locked": { | ||
45 | "lastModified": 1681028828, | ||
46 | "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", | ||
47 | "owner": "nix-systems", | ||
48 | "repo": "default", | ||
49 | "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", | ||
50 | "type": "github" | ||
51 | }, | ||
52 | "original": { | ||
53 | "owner": "nix-systems", | ||
54 | "repo": "default", | ||
55 | "type": "github" | ||
56 | } | ||
57 | } | ||
58 | }, | ||
59 | "root": "root", | ||
60 | "version": 7 | ||
61 | } | ||