mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor: clean up flake outputs
This commit is contained in:
parent
437c83acc0
commit
7da0924d91
15 changed files with 233 additions and 203 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{inputs, ...} @ args:
|
||||
inputs.flake-utils.lib.eachDefaultSystem (system: {
|
||||
{inputs, system}: {
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
overlays =
|
||||
|
|
@ -27,4 +26,4 @@ inputs.flake-utils.lib.eachDefaultSystem (system: {
|
|||
];
|
||||
};
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue