mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +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
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs-lib.url = "github:nix-community/nixpkgs.lib";
|
||||
};
|
||||
|
||||
outputs = inputs: let
|
||||
rensa = import ./lib {
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
inherit (inputs.nixpkgs-lib) lib;
|
||||
};
|
||||
in
|
||||
rensa.buildWith {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue