mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Use absolut instead of relative path
This commit is contained in:
parent
90302f4c2b
commit
17453b9f39
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue