workflow: use overlays

This commit is contained in:
cy 2025-01-08 23:43:42 -05:00
parent 4858051772
commit 8658515be2
3 changed files with 12 additions and 6 deletions

View file

@ -117,6 +117,8 @@
checks = forEachSystem (pkgs: {
formatting = treefmtEval.${pkgs.system}.config.build.check self;
});
# lets us build overlayed packages with `nix build .#<package>`
packages = pkgsFor;
nixosConfigurations =
let