Remove .gitignore
from the built package
This commit is contained in:
parent
d251233db1
commit
18ef99795a
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ rec {
|
|||
name = "opdavies";
|
||||
postInstall = ''
|
||||
rm -rf $out/.envrc
|
||||
rm -rf $out/.gitignore
|
||||
rm -rf $out/CHANGELOG.md
|
||||
rm -rf $out/flake.lock
|
||||
rm -rf $out/flake.nix
|
||||
|
|
Reference in a new issue