From 17453b9f39abe77b5260d925ffd0cda2ad9592b6 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 12 Oct 2025 23:25:14 +0200 Subject: [PATCH] Use absolut instead of relative path --- flake-parts/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-parts/hosts.nix b/flake-parts/hosts.nix index a766ba7..5280e86 100644 --- a/flake-parts/hosts.nix +++ b/flake-parts/hosts.nix @@ -4,7 +4,7 @@ ... }: let - lib = inputs.nixpkgs.lib.extend (_: _: { custom = import ../lib inputs.nixpkgs.lib; }); + lib = inputs.nixpkgs.lib.extend (_: _: { custom = import "${self}/lib" inputs.nixpkgs.lib; }); mkHost = hostName: