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

This commit is contained in:
steveej 2021-11-05 11:13:13 +01:00
parent 5806ae0678
commit 7a681e803d

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "f0869b1a2c0b150aac26e10bb5c2364ffb2e804f";
rev = "2fd5c69fa6057870687a6589a8c95da955188f91";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "e544ee88fa4590df75e221e645a03fe157a99e5b";
rev = "b67e752c29f18a0ca5534a07661366d6a2c2e649";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "6d7a5212c5c2cb8a873477927078ed53a028307b";
rev = "da7b746c54c38b6d8c2f7bc1628231c2581a9b53";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";