Changing behavior

This commit is contained in:
agryphus 2023-12-08 15:44:33 -05:00
parent ff0b16c78a
commit b3810ec697
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
sudo echo
# Rebuild, pipe into output monitor to build a live dependency graph
sudo $(sysbin nixos-rebuild) "$@" |& nom
sudo unbuffer sysbin nixos-rebuild "$@" |& nom
# Print diff
ls -v1 /nix/var/nix/profiles | tail -n 2 | awk '{print "/nix/var/nix/profiles/" $0}' - | xargs nvd diff

View file

@ -2,5 +2,5 @@
# Passes a userdata var, which will eventually be passed to pinentry-wrapper, and open
# pinentry-rofi to enter the decryption password
PINENTRY_USER_DATA=rofi $(sysbin rofi-pass)
PINENTRY_USER_DATA=rofi sysbin rofi-pass