From 59783d55d871a37baa560450e12894251d9cc080 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sat, 25 Apr 2020 19:11:41 +1000 Subject: [PATCH] Bumped to 20.03 --- hosts/teintidh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/teintidh.nix b/hosts/teintidh.nix index a28328e..17dd992 100644 --- a/hosts/teintidh.nix +++ b/hosts/teintidh.nix @@ -20,7 +20,7 @@ networking.hostName = "teintidh"; # Define your hostname. nix.nixPath = [ - "nixpkgs=https://nixos.org/channels/nixos-19.09/nixexprs.tar.xz" + "nixpkgs=https://nixos.org/channels/nixos-20.03/nixexprs.tar.xz" ]; system.stateVersion = "18.09"; # The version of NixOS originally installed