mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-05-13 16:38:45 +08:00
golangci-lint: fix build
This commit is contained in:
parent
d665aecd88
commit
afee6a053b
2 changed files with 5 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ in rec {
|
|||
buildPhase = ''
|
||||
HOME=$TMPDIR golangci-lint run
|
||||
'';
|
||||
doCheck = false;
|
||||
installPhase = ''
|
||||
touch $out
|
||||
'';
|
||||
|
|
@ -46,8 +47,9 @@ in rec {
|
|||
buildPhase = ''
|
||||
(cd pkgs/sops-install-secrets && gox -os linux)
|
||||
'';
|
||||
doCheck = false;
|
||||
installPhase = ''
|
||||
touch $out
|
||||
touch $out $unittest
|
||||
'';
|
||||
fixupPhase = ":";
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue