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

This commit is contained in:
steveej 2021-06-24 19:29:53 +02:00
parent bd762bb0dd
commit 5698a265fb

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "bad3ccd099ebe9a8aa017bda8500ab02787d90aa";
rev = "0b8b127125e5271f5c8636680b6fe274844aaa9d";
};
in
@ -15,16 +15,16 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "fa0326ce5233f7d592271df52c9d0812bec47b84";
rev = "1905f5f2e55e0db0bb6244cfe62cb6c0dbda391d";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "b0cf786b967590e577a63d6732dba656bb2fd25a";
rev = "8004e04140b1c8a2cb34768e99c1209b349fc708";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.05";
rev = "148d85ee8303444fb0116943787aa0b1b25f94df";
rev = "35a24648d155843a4d162de98c17b1afd5db51e4";
};
}