Config had to change to deal with breakage
This commit is contained in:
Alejandro Angulo 2024-05-26 21:56:59 -07:00
parent 39bfc75da0
commit ab5a05bd86
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 25 additions and 24 deletions

View file

@ -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";