Use absolut instead of relative path

This commit is contained in:
SebastianStork 2025-10-12 23:25:14 +02:00
parent 90302f4c2b
commit 17453b9f39

View file

@ -4,7 +4,7 @@
... ...
}: }:
let 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 = mkHost =
hostName: hostName: