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

This commit is contained in:
steveej 2022-04-21 15:29:44 +02:00
parent 72b24bc3fd
commit c6495280cd

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 = "147b03fa8ebf9d5d5f6784f87dc61f0e7beee911"; rev = "9887f024766aa27704d1f89f623efd1d063da92a";
}; };
in in
@ -26,7 +26,7 @@ in
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "1635fb33ae0b9a565a49bb2d8c5e43273ee21bcf"; rev = "881ea516cf552fbb159aed4462873762a8297409";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";