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:
parent
2265fc2962
commit
a88f9dd22d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue