mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
9 lines
No EOL
201 B
Nix
9 lines
No EOL
201 B
Nix
{
|
|
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;
|
|
}) |