From 3e441961942e251f562d52bdfcd4355d1c3ddf6e Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 16:30:27 +0100 Subject: [PATCH] we try our best --- flake.lock | 12 ++++++------ flake.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 8e24776..41da6f4 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1769957575, - "narHash": "sha256-bj8OvmGN9Rlu8vfaFT9CE0FEaI5cM7SqG/rsMxUhKBU=", + "lastModified": 1769959235, + "narHash": "sha256-pwJ4ZfPyc8wtSbzFyTetqP/3Gq8BlYJfERd1f7FaYSs=", "owner": "nix-community", "repo": "NUR", - "rev": "e4ff240351102c0c7066031a5a73d5efe1f6c318", + "rev": "6d28f62de06b68874b2f05912e1cb05e88ac5843", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1769957575, - "narHash": "sha256-bj8OvmGN9Rlu8vfaFT9CE0FEaI5cM7SqG/rsMxUhKBU=", + "lastModified": 1769959235, + "narHash": "sha256-pwJ4ZfPyc8wtSbzFyTetqP/3Gq8BlYJfERd1f7FaYSs=", "owner": "nix-community", "repo": "NUR", - "rev": "e4ff240351102c0c7066031a5a73d5efe1f6c318", + "rev": "6d28f62de06b68874b2f05912e1cb05e88ac5843", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3496c4b..33f48b6 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,7 @@ }; sharedSpecialArgs = { inherit pkgs-unstable; + inherit inputs; }; sharedModules = [ ./hosts/common/base.nix