refactor: clean up flake outputs

This commit is contained in:
arcnmx 2024-02-02 11:00:00 -08:00
parent 437c83acc0
commit 7da0924d91
15 changed files with 233 additions and 203 deletions

View file

@ -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: {
];
};
};
})
}