diff options
-rw-r--r-- | hosts/ahmed/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 0276ea3..222b77c 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -104,10 +104,10 @@ flags = [ # Update nixpkgs inputs to recieve security patches and such. # Since the updated lockfile isn't commited, we still have to bump manually also. + # We don't bump nixpkgs-unstable as it is mainly used for packages for which I need a specific version (e.g. PaperMC). "--update-input" "nixpkgs" - "--update-input" - "nixpkgs-unstable" + "--no-write-lock-file" # Print build logs. "-L" |