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

This commit is contained in:
steveej 2021-05-20 20:33:31 +02:00
parent 8870fefa18
commit 0db65e8cd2

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "52090c613ad854abb824dcbba20e19bfa3890e91";
rev = "33824cdf8e4fec30c5b9ddc91b18991c3c375227";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "83d907fd760d9ee4f49b4b7e4b1c6682f137b573";
rev = "7a1fbc38a4b538450ac0d42aec8a3e513b4d723e";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "73b982e62194a5d85827d87b0851aee06932979f";
rev = "108a8bde630de25ab7bc05bc76dced1833415250";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";