From ff8cfc937295d25bfcc834a84f13be987a51eab9 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 28 Feb 2024 13:47:51 +0000 Subject: [PATCH] flake: fix `check.nur` target --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5fb226d8..579293a7 100644 --- a/flake.nix +++ b/flake.nix @@ -525,6 +525,7 @@ --option allow-import-from-derivation true \ --drv-path --show-trace \ -I nixpkgs=${nixpkgs-unpatched} \ + -I nixpkgs-overlays=${./.}/hosts/common/nix/overlay \ -I ../../ \ | tee # tee to prevent interactive mode '');