File tree 2 files changed +0
-76
lines changed
2 files changed +0
-76
lines changed Original file line number Diff line number Diff line change 7
7
url = "github:holochain/holonix?ref=main-0.3" ;
8
8
} ;
9
9
10
- tryorama-0_3 = {
11
- url = "github:holochain/tryorama?ref=main-0.3" ;
12
- inputs = {
13
- nixpkgs . follows = "nixpkgs" ;
14
- } ;
15
- } ;
16
-
17
10
holonix-0_4 = {
18
11
url = "github:holochain/holonix?ref=main-0.4" ;
19
12
inputs = {
20
13
holochain . url = "github:holochain/holochain?ref=holochain-0.4.1" ;
21
14
} ;
22
15
} ;
23
16
24
- tryorama-0_4 = {
25
- url = "github:holochain/tryorama?ref=main-0.4" ;
26
- inputs = {
27
- nixpkgs . follows = "nixpkgs" ;
28
- } ;
29
- } ;
30
-
31
17
holonix-0_5 = {
32
18
url = "github:holochain/holonix?ref=main" ;
33
19
inputs = {
34
20
holochain . url = "github:holochain/holochain?ref=holochain-0.5.0-dev.18" ;
35
21
} ;
36
22
} ;
37
-
38
- tryorama-0_5 = {
39
- url = "github:holochain/tryorama?ref=main" ;
40
- inputs = {
41
- nixpkgs . follows = "nixpkgs" ;
42
- } ;
43
- } ;
44
23
} ;
45
24
46
25
outputs = inputs @ {
47
26
self ,
48
27
nixpkgs ,
49
28
flake-parts ,
50
29
holonix-0_3 ,
51
- tryorama-0_3 ,
52
30
holonix-0_4 ,
53
- tryorama-0_4 ,
54
31
holonix-0_5 ,
55
- tryorama-0_5 ,
56
32
...
57
33
} :
58
34
flake-parts . lib . mkFlake { inherit inputs ; } ( { withSystem , ...} : {
65
41
isSystemUser = true ;
66
42
group = "holochain" ;
67
43
} ;
68
-
69
- users . users . trycp = {
70
- isSystemUser = true ;
71
- group = "holochain" ;
72
- } ;
73
44
} ;
74
45
conductor-0_3 = { pkgs , ...} : {
75
46
imports = [ ./modules/conductor-0_3.nix ] ;
89
60
lair-keystore-for-0_5 = { pkgs , ...} : {
90
61
imports = [ ./modules/lair-keystore-for-0_5.nix ] ;
91
62
} ;
92
- trycp-server = { pkgs , ...} : {
93
- imports = [ ./modules/trycp-server.nix ] ;
94
- } ;
95
63
} ;
96
64
97
65
nixosConfigurations = let
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments