Skip to content

Commit c7d0129

Browse files
committed
Git clean output files after generating
1 parent 2809b7c commit c7d0129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
packages:
5656
- zlib
5757
EOM
58+
59+
# Remove unnecessary files
60+
git clean -fdx "$out"
5861
'';
5962

6063
set-stack-version = pkgs.writeShellScriptBin "build-kubernetes-api-client.sh" ''

0 commit comments

Comments
 (0)