fix(common): don't coerce nix to build broken stuff

This commit is contained in:
Cassie Cheung 2025-02-27 20:17:31 +08:00
parent 57cf954dd4
commit 8c9b27dc1b
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View file

@ -29,6 +29,7 @@
in
{
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
packages.${system} = lib.genAttrs isos (
iso:
(lib.nixosSystem {