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

This commit is contained in:
steveej 2022-03-02 00:37:18 +01:00
parent 49ed35be45
commit 6010cdc1ad

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "4275a321beab5a71872fb7a5fe5da511bb2bec73";
rev = "a25df4c2b79c4343bcc72ad671200e5a3e286c41";
};
in
@ -26,7 +26,7 @@ in
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "a2122813921a74f1c6f04f113b07f89484376765";
rev = "f30dbd05fe0f81623758f35db600bf1a7ad407d7";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";