From 8ad025f59c6360c0fdcc5670e40c2855cb836c51 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 29 Jan 2025 07:24:35 +0100 Subject: ahmed: Don't auto-bump nixpkgs-unstable, don't write lockfile --- hosts/ahmed/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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" -- cgit v1.2.3