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

This commit is contained in:
steveej 2022-10-31 15:08:25 +01:00
parent d039179898
commit 077d79c3ab

View file

@ -2,7 +2,8 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "6107f97012a0c134c5848125b5aa1b149b76d2c9";
rev = ''
26eb67abc9a7370a51fcb86ece18eaf19ae9207f'';
};
in {
@ -12,21 +13,25 @@ in {
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "f994293d1eb8812f032e8919e10a594567cf6ef7";
rev = ''
fdebb81f45a1ba2c4afca5fd9f526e1653ad0949'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "b3c0c4979e3405f3b267e9fd1c81c4f82d8ba44d";
rev = ''
83018dd5d795a7f0729c94c2d234986f2858c300'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "5f9496c3b644d3efeadf8d2759b70cef3528430d";
rev = ''
06e2c42ae411d57087217096cacb409ade96ac74'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "b81e128fc053ab3159d7b464d9b7dedc9d6a6891";
rev = ''
b81e128fc053ab3159d7b464d9b7dedc9d6a6891'';
};
}