workflow: use overlays
This commit is contained in:
parent
4858051772
commit
8658515be2
3 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue