nix/os/devices/steveej-rmvbl-sdep0: bump versions

This commit is contained in:
steveej 2022-01-15 14:30:11 +01:00
parent 1da2142167
commit 0364e0e9e1

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11"; ref = "nixos-21.11";
rev = "00acdb2aa817048fbe1f91ece18fe7de09762531"; rev = "386234e2a61e1e8acf94dfa3a3d3ca19a6776efb";
}; };
in in
@ -16,17 +16,17 @@ in
# "channels-nixos-21.05" = { # "channels-nixos-21.05" = {
# url = "https://github.com/NixOS/nixpkgs/"; # url = "https://github.com/NixOS/nixpkgs/";
# ref = "nixos-21.05"; # ref = "nixos-21.05";
# rev = "88579effa7e88c25087faf6de6388d0cd1738dc0"; # rev = "df123677560db3b0db7c19d71981b11091fbeaf6";
# }; # };
"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 = "ff377a78794d412a35245e05428c8f95fef3951f"; rev = "5aaed40d22f0d9376330b6fa413223435ad6fee5";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a3543230e420f027bb148ad8fe82af2df68f52c6"; rev = "c4d1eff44eb12cb5500fb2ab05a1a7303711254e";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";