mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: lots of things, really
This commit is contained in:
parent
5448280ec8
commit
185833d1fb
28 changed files with 200 additions and 168 deletions
|
|
@ -1,12 +1,9 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}@args:
|
||||
inputs.utils.lib.eachDefaultSystem (system: let
|
||||
newArgs = args // { inherit system; };
|
||||
in {
|
||||
packages = {
|
||||
nf-actions-test = import ./nf-actions-test.nix newArgs;
|
||||
nf-generate = import ./nf-generate.nix newArgs;
|
||||
};
|
||||
})
|
||||
{inputs, ...} @ args:
|
||||
inputs.utils.lib.eachDefaultSystem (system: let
|
||||
newArgs = args // {inherit system;};
|
||||
in {
|
||||
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