Add workaround for git the security bug

https://github.com/NixOS/nixpkgs/issues/169193
This commit is contained in:
Andreas Zweili 2022-05-04 21:02:18 +02:00
parent c96aec29c0
commit 32369f2774
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
rebuild = ''
rm -rf ~/.config/qtile/__pycache__ &&
rm -f ~/.emacs.d/loader.el &&
sudo nixos-rebuild -j auto switch
nixos-rebuild -j auto switch --use-remote-sudo
'';
find-garbage = "ls -l /nix/var/nix/gcroots/auto/ | sort";
vm = "vim";