Remove .gitignore
from the built package
This commit is contained in:
parent
d251233db1
commit
18ef99795a
|
@ -4,4 +4,5 @@
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
* Remove `.gitignore` from the built package.
|
||||||
* Split this configuration from my main NixOS/Home Manager dotfiles repository - <https://github.com/opdavies/dotfiles.nix>.
|
* Split this configuration from my main NixOS/Home Manager dotfiles repository - <https://github.com/opdavies/dotfiles.nix>.
|
||||||
|
|
|
@ -14,6 +14,7 @@ rec {
|
||||||
name = "opdavies";
|
name = "opdavies";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rm -rf $out/.envrc
|
rm -rf $out/.envrc
|
||||||
|
rm -rf $out/.gitignore
|
||||||
rm -rf $out/CHANGELOG.md
|
rm -rf $out/CHANGELOG.md
|
||||||
rm -rf $out/flake.lock
|
rm -rf $out/flake.lock
|
||||||
rm -rf $out/flake.nix
|
rm -rf $out/flake.nix
|
||||||
|
|
Reference in a new issue