Skip to content

Commit

Permalink
Merge pull request #210434 from Stunkymonkey/test-acme-server-phases
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 13, 2023
2 parents eb9584e + fec6e19 commit ba33f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/common/acme/server/generate-certs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in mkDerivation {
sed -i 's_NotAfter: time.Now().AddDate(2, 0, 30),_NotAfter: time.Now().AddDate(20, 0, 0),_' main.go
'';
})) ];
phases = [ "buildPhase" "installPhase" ];
dontUnpack = true;

buildPhase = ''
minica \
Expand Down

0 comments on commit ba33f29

Please sign in to comment.