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

This commit is contained in:
steveej 2022-03-03 23:59:51 +01:00
parent e4bb3a6478
commit a14427cc15

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 = "a25df4c2b79c4343bcc72ad671200e5a3e286c41"; rev = "ed02c2ba0384b2800db41333045a6fb781f12aac";
}; };
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 = "7f9b6e2babf232412682c09e57ed666d8f84ac2d"; rev = "3e072546ea98db00c2364b81491b893673267827";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "f30dbd05fe0f81623758f35db600bf1a7ad407d7"; rev = "9fdffcf86e25f7dc6d5bd25932035e5a3b9a15e6";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";