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

This commit is contained in:
steveej 2022-09-20 09:48:57 +02:00
parent fafadcf5e8
commit aba79cdd2f

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 = "d86a4619b7e80bddb6c01bc01a954f368c56d1df"; rev = "20dc478985d6545df53f0153f4af125eb014083d";
}; };
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 = "5f326e2a403e1cebaec378e72ceaf5725983376d"; rev = "f677051b8dc0b5e2a9348941c99eea8c4b0ff28f";
}; };
"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 = "3ff5deafc470403d5cb7ec8edbc7b21b719d2894"; rev = "2c8e67bf6b88d8cffc67cdbfbc018061388f2b64";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "bde85b0815144b77763732e0f32918017480e6b5"; rev = "a6b17313d349378ac5b1c33fb52f7d16798aed5a";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";