mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
feat: add transformInputs which allows initializing inputs
This commit is contained in:
parent
7222ac48cd
commit
9f20f8c94b
7 changed files with 25 additions and 17 deletions
|
|
@ -5,10 +5,7 @@
|
|||
|
||||
outputs = i:
|
||||
i
|
||||
// rec {
|
||||
pkgs = import i.parent.nixpkgs {
|
||||
inherit (i) system;
|
||||
};
|
||||
devshellLib = i.devshell.lib {inherit pkgs;};
|
||||
// {
|
||||
dslib = i.devshell.lib {inherit (i.parent) pkgs;};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue