mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
Add global lib relativePath
This commit is contained in:
parent
39bd59c8ee
commit
56f11d4ade
4 changed files with 19 additions and 9 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.lib = import "${self}/lib" inputs.nixpkgs.lib;
|
||||
flake.lib = import "${self}/lib" {
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
inherit self;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue