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 /user | |
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
Diffstat (limited to 'user')
-rw-r--r-- | user/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
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 |