feat: add inputs to callPackage
This commit is contained in:
parent
2bc7d5fab3
commit
07d478036c
4 changed files with 38 additions and 6 deletions
|
|
@ -25,7 +25,9 @@ in
|
|||
{
|
||||
name = builtins.unsafeDiscardStringContext (snowfall-lib.path.get-parent-directory shell);
|
||||
drv = channels.nixpkgs.callPackage shell {
|
||||
inherit channels;
|
||||
lib = snowfall-lib.internal.system-lib;
|
||||
inputs = snowfall-lib.flake.without-src user-inputs;
|
||||
};
|
||||
};
|
||||
shells-metadata = builtins.map create-shell-metadata user-shells;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue