1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-13 20:29:17 +00:00

Fix build of sops-install-secrets after https://github.com/NixOS/nixpkgs/pull/212800

This commit is contained in:
Nick Cao 2023-02-01 13:16:38 +08:00
parent 2265fc2962
commit a88f9dd22d
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ buildGoModule {
outputs = [ "out" "unittest" ];
postBuild = ''
postInstall = ''
go test -c ./pkgs/sops-install-secrets
install -D ./sops-install-secrets.test $unittest/bin/sops-install-secrets.test
# newer versions of nixpkgs no longer require this step