From e767e3177e5a8bb09f500a08df90b1540a9ecaf7 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 30 Jul 2024 10:17:10 +0200 Subject: [PATCH 1/2] configuration/common: Only force nixpkgs in flake registry --- configuration/common/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/common/nix.nix b/configuration/common/nix.nix index cabb17a..057dbe4 100644 --- a/configuration/common/nix.nix +++ b/configuration/common/nix.nix @@ -39,8 +39,8 @@ # Pin current nixpkgs channel and flake registry to the nixpkgs version # the host got build with nix.nixPath = lib.mkForce [ "nixpkgs=${lib.cleanSource pkgs.path}" ]; - nix.registry = lib.mkForce { - "nixpkgs" = { + nix.registry = { + "nixpkgs" = lib.mkForce { from = { type = "indirect"; id = "nixpkgs"; From a41ae92b09cc3ca3d36e399d5ce6d795197949b0 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Wed, 31 Jul 2024 03:04:03 +0200 Subject: [PATCH 2/2] Update nixpkgs 2024-07-31-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 48818fe..a107901 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1720957393, - "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", + "lastModified": 1722185531, + "narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", + "rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d", "type": "github" }, "original": {