Remove .gitignore from the built package

This commit is contained in:
Oliver Davies 2024-01-25 23:15:04 +00:00
parent d251233db1
commit 18ef99795a
2 changed files with 2 additions and 0 deletions

View file

@ -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>.

View file

@ -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