diff --git a/common.nix b/common.nix index 2cdd275..471e64e 100644 --- a/common.nix +++ b/common.nix @@ -74,7 +74,7 @@ in # Shell aliases environment.shellAliases = { - update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config"; + update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config --refresh"; #update = '' # CHANNEL=$(sudo nix-channel --list | grep "^nixos " | awk '{print $2}') # if [[ "$CHANNEL" != *"nixos-unstable"* ]]; then