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

This commit is contained in:
steveej 2021-04-25 09:19:50 +02:00
parent dd9015be07
commit 34639b24f4

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "4263ba5e133cc3fc699c1152ab5ee46ef668e675";
rev = "00f9323c2717e4b2ed0b3c38c107a75de4198562";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "d235056d6d6dcbd2999bd55fd120d831d4df6304";
rev = "93de027ee045d0c1fbf13418fb86d86e6309b962";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "5cecebfb2f76da7b93f19967e99b3ff4fb4d2850";
rev = "cf628a338dcbd67e4791b516d54aedba0dfa3227";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";