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

This commit is contained in:
steveej 2022-09-04 15:32:59 +02:00
parent 7feb62ea1a
commit 0931b67e03

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 = "16236dd7e33ba4579ccd3ca8349396b2f9c960fe"; rev = "67e45078141102f45eff1589a831aeaa3182b41e";
}; };
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 = "a63021a330d8d33d862a8e29924b42d73037dd37"; rev = "2da64a81275b68fdad38af669afeda43d401e94b";
}; };
"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 = "9f908318684fd0968a68a31495c0807c0be3f403"; rev = "9f867325b5da6c4c9211707abdb481e1d0b3e589";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "df8b4cc43fc79589522f7006c94f7beca614bcd8"; rev = "8b00790cf527c903ea21a18a42b9d3c67fdbdfa5";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";