forked from gbtb/nix-stable-diffusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
61 lines (61 loc) · 1.59 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
{
"nodes": {
"nixlib": {
"locked": {
"lastModified": 1665277441,
"narHash": "sha256-TTuO5F7sStTBL/twYMSnRakrw1l7FqAYulN7+HPYjqc=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "76ef73e385f96bb438676cf5f21f220694fd3d73",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1664780719,
"narHash": "sha256-Oxe6la5dSqRfJogjtY4sRzJjDDqvroJIVkcGEOT87MA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd54651f5ffb4a36e8463e0c327a78442b26cbe7",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fd54651f5ffb4a36e8463e0c327a78442b26cbe7",
"type": "github"
}
},
"root": {
"inputs": {
"nixlib": "nixlib",
"nixpkgs": "nixpkgs",
"stable-diffusion-repo": "stable-diffusion-repo"
}
},
"stable-diffusion-repo": {
"flake": false,
"locked": {
"lastModified": 1661187475,
"narHash": "sha256-3YkSUATD/73nJFm4os3ZyNU8koabGB/6iR0XbTUQmVY=",
"owner": "CompVis",
"repo": "stable-diffusion",
"rev": "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc",
"type": "github"
},
"original": {
"owner": "CompVis",
"repo": "stable-diffusion",
"rev": "69ae4b35e0a0f6ee1af8bb9a5d0016ccb27e36dc",
"type": "github"
}
}
},
"root": "root",
"version": 7
}