File tree 3 files changed +41
-21
lines changed
nix/cardano-services/deployments
3 files changed +41
-21
lines changed Original file line number Diff line number Diff line change 10
10
n2c . url = "github:nlewo/nix2container" ;
11
11
n2c . inputs . nixpkgs . follows = "nixpkgs" ;
12
12
13
- nix-helm . url = "github:gytis-ivaskevicius/nix-helm" ;
14
- nix-helm . inputs . nixpkgs . follows = "nixpkgs" ;
13
+ nix-toolbox . url = "github:DevPalace/nix-toolbox/" ;
14
+ #nix-toolbox.inputs.nixpkgs.follows = "nixpkgs";
15
+ nix-toolbox . inputs . flake-parts . follows = "flake-parts" ;
16
+ nix-toolbox . inputs . nix2container . follows = "" ;
17
+
15
18
16
19
std = {
17
20
url = "github:divnix/std" ;
35
38
outputs = {
36
39
std ,
37
40
self ,
38
- nix-helm ,
41
+ nix-toolbox ,
39
42
devshell ,
40
43
...
41
44
} @ inputs :
72
75
system ,
73
76
...
74
77
} : {
75
- legacyPackages . cardano-services = import ./nix/cardano-services/deployments { inherit pkgs nix-helm inputs ; } ;
78
+ legacyPackages . cardano-services = import ./nix/cardano-services/deployments { inherit pkgs nix-toolbox inputs ; } ;
76
79
} ;
77
80
} ;
78
81
}
Original file line number Diff line number Diff line change 2
2
{
3
3
pkgs ,
4
4
lib ? pkgs . lib ,
5
- nix-helm ,
5
+ nix-toolbox ,
6
6
inputs ,
7
7
} : let
8
8
mkPodResources = memory : cpu : { inherit memory cpu ; } ;
35
35
"http://localhost"
36
36
] ;
37
37
in
38
- nix-helm . builders . ${ pkgs . system } . mkHelmMultiTarget {
38
+ nix-toolbox . legacyPackages . ${ pkgs . system } . helm . mkHelm {
39
39
defaults = final : let
40
40
inherit ( final ) values ;
41
41
in {
You can’t perform that action at this time.
0 commit comments