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

This commit is contained in:
steveej 2022-05-29 19:06:41 +02:00
parent f8c6368a4a
commit d6daec3d8a

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 = "2d474d6a4a43a0348b78db68dc00c491032cf5cf"; rev = "9bc0e974545d5bc4c24e1ed047be0dc4e30e494b";
}; };
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 = "1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502"; rev = "83658b28fe638a170a19b8933aa008b30640fbd1";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "c48b9a8428d73a5f4d90ad22ca151e976cd8491a"; rev = "01c1bb59d04b4ab2455fe27c0747807323f46576";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";