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

This commit is contained in:
steveej 2022-09-10 23:11:29 +02:00
parent 6329a469cb
commit b05c33ca90

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05"; ref = "nixos-22.05";
rev = "67e45078141102f45eff1589a831aeaa3182b41e"; rev = "45b56b5321aed52d4464dc9af94dc1b20d477ac5";
}; };
in in
@ -15,17 +15,17 @@ 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 = "2da64a81275b68fdad38af669afeda43d401e94b"; rev = "74a1793c659d09d7cf738005308b1f86c90cb59b";
}; };
"channels-nixos-unstable-small" = { "channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small"; ref = "nixos-unstable-small";
rev = "9f867325b5da6c4c9211707abdb481e1d0b3e589"; rev = "27db68ec57056dbb4b43a0f58e2c6e0115da921e";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "914100fd4584041c333d2029713332bc5e78eacb"; rev = "a82ee347f3992d4e4e94858c65038c5f44ad062a";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";