From 96a0ac305087631a015347846ec2725eff525102 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 15 Sep 2021 14:52:24 -0400 Subject: [PATCH] fix: correct hostDefault channel to nixos --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 35f4b1a..f99e7df 100644 --- a/flake.nix +++ b/flake.nix @@ -94,7 +94,7 @@ nixos = { hostDefaults = { system = "x86_64-linux"; - channelName = "latest"; + channelName = "nixos"; imports = [ (digga.lib.importModules ./modules) ]; externalModules = [ { lib.our = self.lib; }