WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit a489d13bf0 - Show all commits

View file

@ -46,6 +46,7 @@ rebase = merges
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1 mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
upstream = !git push -u origin HEAD upstream = !git push -u origin HEAD
sync = !git pull && git push sync = !git pull && git push
recommit = !git commit -eF $(git rev-parse --git-dir)/COMMIT_EDITMSG
[color] [color]
pager = no pager = no