From 7c08e0173e68c366507696062aeec0e303df0ef9 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 12 Oct 2021 16:50:54 -0700 Subject: [PATCH] Need to use nixopsUnstable for flakes --- config/host-config/plato.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/host-config/plato.nix b/config/host-config/plato.nix index 90380a4..6093d59 100644 --- a/config/host-config/plato.nix +++ b/config/host-config/plato.nix @@ -37,7 +37,7 @@ in { environment = { systemPackages = with pkgs; [ - nixops + nixopsUnstable ]; etc = { nixos.source = "/state/nixos";