refactor: move package.nix -> flake-parts/packages.nix

This commit is contained in:
DavHau
2023-07-12 18:33:18 +02:00
parent 9e366d62a8
commit af94d11b1a
2 changed files with 1 additions and 1 deletions

7
flake-parts/packages.nix Normal file
View File

@@ -0,0 +1,7 @@
{ self, ... }: {
flake.packages.x86_64-linux = {
inherit (self.nixosConfigurations.installer.config.formats)
install-iso
;
};
}