nixos-config/features/caches/default.nix
Sridhar Ratnakumar 2f7d794264 reflex cache --
2022-02-16 19:29:56 -05:00

8 lines
168 B
Nix

{ pkgs, ... }: {
imports = [
./iohk.nix
# ./reflex.nix -- not working on reflex*
# ./platonic.nix -- don't need ssh cache
./cm-idris2-pkgs.nix
];
}