quitte: move back to bare-metal

Das Proxmox ist tot. Lang lebe NixOS!
This commit is contained in:
Rouven Seifert 2024-03-28 18:06:41 +01:00
parent e18a99c452
commit f2af8d0a75
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 42 additions and 38 deletions

View file

@ -44,9 +44,7 @@
quitte = self.nixosConfigurations.quitte.config.system.build.toplevel;
tomate = self.nixosConfigurations.tomate.config.system.build.toplevel;
});
formatters = forAllSystems (system: {
default = pkgs.${system}.nixpkgs-fmt;
});
formatter = forAllSystems (system: pkgs.${system}.nixpkgs-fmt);
hydraJobs = forAllSystems (system: {
quitte = self.packages.${system}.quitte;
});