forked from adisbladis/nixopsenv
-
Notifications
You must be signed in to change notification settings - Fork 5
/
flake.lock
64 lines (64 loc) · 1.52 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1605650229,
"narHash": "sha256-NQ7x3KcB4sf8r+fOjOa/TJewrMwLxL5miNEKuCfZb/Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f05c380a51daee53ac2edb0bac2fd5f1774e977a",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-20.03",
"repo": "nixpkgs",
"type": "github"
}
},
"poetry2nix-src": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1605832127,
"narHash": "sha256-iKbp9syQf82uIP0t9T7yo+Rn/k2/+w71p28wzJ6wjY4=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "1894b501cf4431fb218c4939a9acdbf397ac1803",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"poetry2nix-src": "poetry2nix-src",
"utils": "utils"
}
},
"utils": {
"locked": {
"lastModified": 1605370193,
"narHash": "sha256-YyMTf3URDL/otKdKgtoMChu4vfVL3vCMkRqpGifhUn0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5021eac20303a61fafe17224c087f5519baed54d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}