Updated
Config had to change to deal with breakage
This commit is contained in:
parent
39bfc75da0
commit
ab5a05bd86
3 changed files with 25 additions and 24 deletions
|
@ -10,7 +10,9 @@
|
|||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
snowfall-lib.url = "github:snowfallorg/lib";
|
||||
# For some reason updating causes an error saying /nix/store/secrets can't
|
||||
# be access in pure mode (doesn't play nice with agenix)
|
||||
snowfall-lib.url = "github:snowfallorg/lib/92803a029b5314d4436a8d9311d8707b71d9f0b6";
|
||||
snowfall-lib.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue