mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: merge wrapped packages into root
This commit is contained in:
parent
18845f9f3f
commit
9c34345ee3
5 changed files with 29 additions and 4 deletions
|
|
@ -5,6 +5,8 @@
|
|||
inputs.utils.lib.eachDefaultSystem (system: let
|
||||
newArgs = args // { inherit system; };
|
||||
in {
|
||||
nf-actions-test = import ./nf-actions-test.nix newArgs;
|
||||
nf-generate = import ./nf-generate.nix newArgs;
|
||||
packages = {
|
||||
nf-actions-test = import ./nf-actions-test.nix newArgs;
|
||||
nf-generate = import ./nf-generate.nix newArgs;
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue