Skip to content

Commit 0bc3f0c

Browse files
committed
feat!: Remove trycp support
1 parent 7706294 commit 0bc3f0c

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

flake.nix

-32
Original file line numberDiff line numberDiff line change
@@ -7,52 +7,28 @@
77
url = "github:holochain/holonix?ref=main-0.3";
88
};
99

10-
tryorama-0_3 = {
11-
url = "github:holochain/tryorama?ref=main-0.3";
12-
inputs = {
13-
nixpkgs.follows = "nixpkgs";
14-
};
15-
};
16-
1710
holonix-0_4 = {
1811
url = "github:holochain/holonix?ref=main-0.4";
1912
inputs = {
2013
holochain.url = "github:holochain/holochain?ref=holochain-0.4.1";
2114
};
2215
};
2316

24-
tryorama-0_4 = {
25-
url = "github:holochain/tryorama?ref=main-0.4";
26-
inputs = {
27-
nixpkgs.follows = "nixpkgs";
28-
};
29-
};
30-
3117
holonix-0_5 = {
3218
url = "github:holochain/holonix?ref=main";
3319
inputs = {
3420
holochain.url = "github:holochain/holochain?ref=holochain-0.5.0-dev.18";
3521
};
3622
};
37-
38-
tryorama-0_5 = {
39-
url = "github:holochain/tryorama?ref=main";
40-
inputs = {
41-
nixpkgs.follows = "nixpkgs";
42-
};
43-
};
4423
};
4524

4625
outputs = inputs @ {
4726
self,
4827
nixpkgs,
4928
flake-parts,
5029
holonix-0_3,
51-
tryorama-0_3,
5230
holonix-0_4,
53-
tryorama-0_4,
5431
holonix-0_5,
55-
tryorama-0_5,
5632
...
5733
}:
5834
flake-parts.lib.mkFlake {inherit inputs;} ({withSystem, ...}: {
@@ -65,11 +41,6 @@
6541
isSystemUser = true;
6642
group = "holochain";
6743
};
68-
69-
users.users.trycp = {
70-
isSystemUser = true;
71-
group = "holochain";
72-
};
7344
};
7445
conductor-0_3 = {pkgs, ...}: {
7546
imports = [./modules/conductor-0_3.nix];
@@ -89,9 +60,6 @@
8960
lair-keystore-for-0_5 = {pkgs, ...}: {
9061
imports = [./modules/lair-keystore-for-0_5.nix];
9162
};
92-
trycp-server = {pkgs, ...}: {
93-
imports = [./modules/trycp-server.nix];
94-
};
9563
};
9664

9765
nixosConfigurations = let

modules/trycp-server.nix

-44
This file was deleted.

0 commit comments

Comments
 (0)