srv0: udpate to nixos 21.05

This commit is contained in:
steveej 2021-08-20 23:27:49 +02:00
parent 73da55d9e9
commit 821c04cef3
4 changed files with 21 additions and 12 deletions

View file

@ -1,14 +1,19 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "ac60476ed94fd5424d9f3410c438825f793a8cbb";
ref = "nixos-21.05";
rev = "a1007637cea374bd1bafd754cfd5388894c49129";
};
in
{
inherit nixpkgs;
"channels-nixos-stable" = nixpkgs;
"channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "a1007637cea374bd1bafd754cfd5388894c49129";
};
"channels-nixos-20.03" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.03";
@ -22,16 +27,16 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "900115a4f7fdd9189e7803ca781a65be663f2c89";
rev = "253aecf69ed7595aaefabde779aa6449195bebb7";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "f0fa05742058fef85c49e132c2851940915698ef";
rev = "200f2a7c58ed6b40b618377288c071314875fcd3";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "2aa20ae969f2597c4df10a094440a66e9d7f8c86";
ref = "release-21.05";
rev = "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef";
};
}