nix/os/devices/steveej-t14: bump versions

This commit is contained in:
steveej 2022-02-01 13:31:00 +01:00
parent 1b05103361
commit 7a45a1a771

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11"; ref = "nixos-21.11";
rev = "6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca"; rev = "0f316e4d72daed659233817ffe52bf08e081b5de";
}; };
in in
@ -21,12 +21,12 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "945ec499041db73043f745fad3b2a3a01e826081"; rev = "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "3345449b13d6c7efa847ccb6d996c5658606bb4b"; rev = "4269133f096f6da2fa2858697afbe2a4ac94a983";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";