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

This commit is contained in:
steveej 2021-12-15 20:24:32 +01:00
parent 1846fd9e16
commit 0d4979215b

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "1bd4bbd49bef217a3d1adea43498270d6e779d65";
rev = "573095944e7c1d58d30fc679c81af63668b54056";
};
in
@ -16,17 +16,17 @@ in
"channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "3b422991781220853035dbe353ba8b7cb279b6b3";
rev = "c5f1ee982246d09ae7f119c13aafcce90286221d";
};
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "581d2d6c9cd5c289002203581d8aa0861963a933";
rev = "a2e281f5770247855b85d70c43454ba5bff34613";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "33ab1fd032128c808e7d9566843b99d0e20dad05";
rev = "f4a00ebd0201a7413f4334d3719d8555772eb9f4";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";