refactor(flake): move outputs.nix to _outputs.nix
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b753d4a88d
commit
48f0552437
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# Do not modify! This file is generated.
|
||||
|
||||
{
|
||||
inputs = {
|
||||
ags = {
|
||||
|
@ -537,5 +538,5 @@
|
|||
type = "github";
|
||||
};
|
||||
};
|
||||
outputs = inputs: inputs.flakegen ./outputs.nix inputs;
|
||||
}
|
||||
outputs = inputs: inputs.flakegen ./_outputs.nix inputs;
|
||||
}
|
Loading…
Add table
Reference in a new issue