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

This commit is contained in:
steveej 2022-08-30 12:30:52 +02:00
parent 572f13f495
commit 6765512d4d

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "058de3818577db19d1965c21e2479916a3eaaf95";
rev = "16236dd7e33ba4579ccd3ca8349396b2f9c960fe";
};
in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "b784c5ae63dd288375af1b4d37b8a27dd8061887";
rev = "a63021a330d8d33d862a8e29924b42d73037dd37";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "3bbe5c61d3b8aaa7af8bf375dce2858385607186";
rev = "9f908318684fd0968a68a31495c0807c0be3f403";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "fb570e907482f7fefca8309e94844679715a8604";
rev = "df8b4cc43fc79589522f7006c94f7beca614bcd8";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";