diff options
author | Linnnus <[email protected]> | 2025-01-29 07:24:35 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-01-29 07:27:25 +0100 |
commit | 8ad025f59c6360c0fdcc5670e40c2855cb836c51 (patch) | |
tree | e5aa320caa9b3ca1841bca8befbec23fa7044ba3 /hosts | |
parent | ecbe82fe6abd127ead71c9f888a72cde55ca0700 (diff) |
ahmed: Don't auto-bump nixpkgs-unstable, don't write lockfile
Diffstat (limited to 'hosts')
-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" |