This commit is contained in:
ediblerope 2026-03-28 12:19:20 +00:00 committed by GitHub
parent ece3e15341
commit 8cce4008b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ in
# Shell aliases
environment.shellAliases = {
update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config --refresh";
update = "sudo nixos-rebuild switch --flake github:ediblerope/nixos-config --refresh --no-write-lock-file";
#update = ''
# CHANNEL=$(sudo nix-channel --list | grep "^nixos " | awk '{print $2}')
# if [[ "$CHANNEL" != *"nixos-unstable"* ]]; then