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

This commit is contained in:
steveej 2022-11-13 20:27:39 +01:00
parent fbb1da69c9
commit 2fa2711bbb

View file

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