fix: nix stuff and config

This commit is contained in:
2026-02-28 20:26:55 -07:00
parent 01d88bb30d
commit 7aa6e02b9e
11 changed files with 304 additions and 37 deletions

View File

@@ -48,7 +48,7 @@
};
checks = each-system ({ pkgs, system, ... }: {
packages =
build-all =
pkgs.linkFarmFromDrvs
"all"
(pkgs.lib.attrValues self.packages.${system});