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

This commit is contained in:
steveej 2021-12-03 22:19:03 +01:00
parent 027e05d772
commit e74f3c0c47

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 = "d5b65f812cd4f5a8fa74b406075b59a46f1cfd98"; rev = "43cdc5b364511eabdcad9fde639777ffd9e5bab1";
}; };
in in
@ -15,16 +15,16 @@ 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 = "263ef4cc4146c9fab808085487438c625d4426a9"; rev = "6daa4a5c045d40e6eae60a3b6e427e8700f1c07f";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "029785a3177837b72f1f603f3b070084c36243c0"; rev = "f9a1652a858329525c143450db2474ef439cf6c1";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-21.05"; ref = "release-21.05";
rev = "bcf03fa16a1f06b8a0abb27bf49afa8d6fffe8f1"; rev = "7329ffc6e911106494183557fc249180d5422929";
}; };
} }