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

This commit is contained in:
steveej 2021-10-28 12:42:46 +02:00
parent 95f1db6a6a
commit 12fec2f76e

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 = "5ebb1dca9bb056649cbd023f953c0c4e7970bb72"; rev = "d14d83a3691121642be1b0579cf3408a83c558d7";
}; };
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 = "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be"; rev = "a4bf44345706231f9dd56f85757499af1e940847";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "c1b09e792f9f86fd7e20ee0a05a7778ede689900"; rev = "7f3494b3436bbedf8bb9cfe157871e8c1d398225";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";