From 8cce4008b0a82252cf41e2f65f5601b733a55291 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sat, 28 Mar 2026 12:19:20 +0000 Subject: [PATCH] --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 471e64e..3982ef6 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 --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