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

This commit is contained in:
steveej 2022-09-14 16:51:19 +02:00
parent b05c33ca90
commit 46f1997ddd

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 = "45b56b5321aed52d4464dc9af94dc1b20d477ac5"; rev = "d86a4619b7e80bddb6c01bc01a954f368c56d1df";
}; };
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 = "74a1793c659d09d7cf738005308b1f86c90cb59b"; rev = "5f326e2a403e1cebaec378e72ceaf5725983376d";
}; };
"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 = "27db68ec57056dbb4b43a0f58e2c6e0115da921e"; rev = "3ff5deafc470403d5cb7ec8edbc7b21b719d2894";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a82ee347f3992d4e4e94858c65038c5f44ad062a"; rev = "bde85b0815144b77763732e0f32918017480e6b5";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";