mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Implement global custom libs as a flake output
This commit is contained in:
parent
f276848b18
commit
671a13239a
10 changed files with 40 additions and 31 deletions
4
flake-parts/lib.nix
Normal file
4
flake-parts/lib.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.lib' = import "${self}/lib" inputs.nixpkgs.lib;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue