mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: provide wrapped packages
This commit is contained in:
parent
fb9e62db99
commit
845afbeaf5
12 changed files with 77 additions and 29 deletions
9
wrappers/default.nix
Normal file
9
wrappers/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}@args: let
|
||||
in
|
||||
inputs.utils.lib.eachDefaultSystem (system: {
|
||||
nf-actions-test = import ./nf-actions-test.nix args;
|
||||
nf-generate = import ./nf-generate.nix args;
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue