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

This commit is contained in:
steveej 2021-09-03 22:33:38 +02:00
parent da8ac33ed2
commit 29d7b2b880

View file

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