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

This commit is contained in:
steveej 2021-07-10 01:07:33 +02:00
parent ba7fd35c76
commit fbc8acbf30

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "0b8b127125e5271f5c8636680b6fe274844aaa9d";
rev = "c06613c25df3fe1dd26243847a3c105cf6770627";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "1905f5f2e55e0db0bb6244cfe62cb6c0dbda391d";
rev = "87807e64a5ef5206b745a40af118c7be8db73681";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "2555e228676d6211bb53169a1974025b0df4e6a6";
rev = "a0005de253a11840fa7eeb76493535053bb49024";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";