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

This commit is contained in:
steveej 2021-09-11 20:55:33 +02:00
parent 66e7295da3
commit eeabccf4f3

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "110a2c9ebbf5d4a94486854f18a37a938cfacbbb";
rev = "8b0b81dab17753ab344a44c04be90a61dc55badf";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "8a2ec31e224de9461390cdd03e5e0b0290cdad0b";
rev = "bbbe2b35f736d039884e082ecc6d6e631e126029";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "bb1058f1f08b253fb65a2a4a5ca33d8c1632bb98";
rev = "c78df44cfb7276645cbb8a67d6921a52e56f2cd2";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";