nixfleet/hosts/pc/default.nix
Andrea Ciceri ecb7bc935b
Many things:
- updated inputs
- added new host `hs`
- workflows to check and release new host `hs`
- chrome instead of chromium (if not on aarch64)
- fixed bud configuration error for `pc` host
- fixed Emacs purescript format on save
2021-11-13 19:01:43 +01:00

9 lines
144 B
Nix

{ suites, ... }:
{
imports = [
./configuration.nix
] ++ suites.base;
bud.enable = true;
bud.localFlakeClone = "/home/ccr/fleet";
}