refactor: move package.nix -> flake-parts/packages.nix
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
flake-parts.lib.mkFlake { inherit inputs; } ({ lib, config, self, ... }: {
|
flake-parts.lib.mkFlake { inherit inputs; } ({ lib, config, self, ... }: {
|
||||||
systems = lib.systems.flakeExposed;
|
systems = lib.systems.flakeExposed;
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./flake-parts/packages.nix
|
||||||
];
|
];
|
||||||
flake = {
|
flake = {
|
||||||
nixosConfigurations.installer = lib.nixosSystem {
|
nixosConfigurations.installer = lib.nixosSystem {
|
||||||
|
|||||||
Reference in New Issue
Block a user