Remove .gitignore
from the built package
This commit is contained in:
parent
d251233db1
commit
18ef99795a
|
@ -4,4 +4,5 @@
|
|||
|
||||
### Changed
|
||||
|
||||
* Remove `.gitignore` from the built package.
|
||||
* Split this configuration from my main NixOS/Home Manager dotfiles repository - <https://github.com/opdavies/dotfiles.nix>.
|
||||
|
|
|
@ -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