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

This commit is contained in:
steveej 2021-06-18 15:30:44 +02:00
parent adbf174390
commit bd762bb0dd

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "1f91fd1040667e9265a760b0347f8bc416249da7"; rev = "bad3ccd099ebe9a8aa017bda8500ab02787d90aa";
}; };
in in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "432fc2d9a67f92e05438dff5fdc2b39d33f77997"; rev = "fa0326ce5233f7d592271df52c9d0812bec47b84";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a7ff3fd40e1791d22363775948619e706e1ec665"; rev = "b0cf786b967590e577a63d6732dba656bb2fd25a";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";