diff options
author | Alan Pearce | 2024-05-20 20:33:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-20 20:33:42 +0200 |
commit | ea811ed01c5753bbe57a6d16c37bcd76d0803c23 (patch) | |
tree | 1a7deddab1f54e1374b791453b9537f49922698c | |
parent | 1c434528450fe69b26ceb177a56156434a42405a (diff) | |
download | nixfiles-ea811ed01c5753bbe57a6d16c37bcd76d0803c23.tar.lz nixfiles-ea811ed01c5753bbe57a6d16c37bcd76d0803c23.tar.zst nixfiles-ea811ed01c5753bbe57a6d16c37bcd76d0803c23.zip |
remove subdirectory .gitignore files
They were necessary back when I was using two separate repositories and didn't have a better way of specifying per-system configurations. With the wrapper scripts, the file to use can be deduced on the fly instead of relying on the creation of a symlink like {configuration,home}.nix -> ${HOSTNAME}.nix
-rw-r--r-- | system/.gitignore | 6 | ||||
-rw-r--r-- | user/.gitignore | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/system/.gitignore b/system/.gitignore deleted file mode 100644 index 9e7db1a3..00000000 --- a/system/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/private/ -/hardware-configuration.nix -/configuration.nix -/darwin-configuration.nix -/cachix -/result diff --git a/user/.gitignore b/user/.gitignore deleted file mode 100644 index d7bc17e5..00000000 --- a/user/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -home.nix -result \ No newline at end of file |