From aece4b3525ced99bb6997dc0a434baed13afa323 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 18 Jul 2022 16:10:45 -0400 Subject: [PATCH] Use garnix cache --- nixos/caches/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/caches/default.nix b/nixos/caches/default.nix index 5c7f87f..753527b 100644 --- a/nixos/caches/default.nix +++ b/nixos/caches/default.nix @@ -1,8 +1,5 @@ { pkgs, ... }: { imports = [ - ./iohk.nix - # ./reflex.nix -- not working on reflex* - # ./platonic.nix -- don't need ssh cache - # ./cm-idris2-pkgs.nix + ./oss.nix ]; }