override any alias used for ls
This commit is contained in:
parent
90e04807bd
commit
e55e715ebe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Enable printing changes on nix build etc with nvd
|
||||
activationScripts.report-changes = ''
|
||||
PATH=$PATH:${lib.makeBinPath [ pkgs.nvd pkgs.nix ]}
|
||||
nvd diff $(ls -dv /nix/var/nix/profiles/system-*-link | tail -2)
|
||||
nvd diff $(${pkgs.coreutils}/bin/ls -dv /nix/var/nix/profiles/system-*-link | tail -2)
|
||||
'';
|
||||
|
||||
# Do not change unless you know what you are doing
|
||||
|
|
Loading…
Reference in a new issue