X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fsystem%2Fdilion.nix;h=b9e83f3409df97535881283a9b6f795b13bf9fc6;hb=3c50eea8d946bf8417f49fa8a4a6e109e0439c7b;hp=6c72fa692c22fe04666e31b4c77d93368927fe50;hpb=f2bc9fcc92b6987e4371488822d9b137f217f32d;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/system/dilion.nix b/modules/private/system/dilion.nix index 6c72fa6..b9e83f3 100644 --- a/modules/private/system/dilion.nix +++ b/modules/private/system/dilion.nix @@ -101,10 +101,10 @@ # This is equivalent to setting environment.sessionVariables.NIX_PATH nix.nixPath = [ - "home-manager=https://github.com/rycee/home-manager/archive/release-19.03.tar.gz" - "nixpkgs=https://nixos.org/channels/nixos-19.03/nixexprs.tar.xz" + "home-manager=https://github.com/rycee/home-manager/archive/master.tar.gz" + "nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz" ]; - nix.binaryCaches = [ "https://hydra.iohk.io" ]; + nix.binaryCaches = [ "https://hydra.iohk.io" "https://cache.nixos.org" ]; nix.binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; # This value determines the NixOS release with which your system is @@ -112,6 +112,6 @@ # database servers. You should change this only after NixOS release # notes say you should. # https://nixos.org/nixos/manual/release-notes.html - system.stateVersion = "19.03"; # Did you read the comment? + system.stateVersion = "20.03"; # Did you read the comment? }