mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
chore: remove lib attr in flake and expose functions directly
add nixpkgs-lib input so we don't need full nixpkgs just for the lib
This commit is contained in:
parent
c9c329ec0f
commit
7222ac48cd
3 changed files with 21 additions and 6 deletions
|
|
@ -3,9 +3,7 @@
|
|||
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
||||
};
|
||||
|
||||
outputs = inputs: {
|
||||
lib = import ./. {
|
||||
inherit (inputs.nixpkgs-lib) lib;
|
||||
};
|
||||
outputs = inputs: import ./. {
|
||||
inherit (inputs.nixpkgs-lib) lib;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue