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

This commit is contained in:
steveej 2021-07-28 13:42:19 +02:00
parent 2a997708ea
commit 6e9f4bff81

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "973910f5c31b9ba6c171c33a8bd7199990b14c72";
rev = "82151321eeaef290b8345803e0b217a261b7c4e1";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "dd14e5d78e90a2ccd6007e569820de9b4861a6c2";
rev = "8ecc61c91a596df7d3293603a9c2384190c1b89a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "f3d84d759534ab49d07bde1329239833c497500f";
rev = "1ae194ac45021bc3d950714ff0cdde12068af38f";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";