bump steveej-t14

This commit is contained in:
steveej 2021-08-31 10:50:43 +02:00
parent dbb92f6d85
commit 768ea36d85
3 changed files with 18 additions and 5 deletions

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05";
rev = "733682c32929293341f113f297b64ea6319e9089";
rev = "74d017edb6717ad76d38edc02ad3210d4ad66b96";
};
in
@ -15,16 +15,16 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "439b1605227b8adb1357b55ce8529d541abbe9eb";
rev = "8d8a28b47b7c41aeb4ad01a2bd8b7d26986c3512";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "06667df72b73dd4a9b7351bc49bc9f7b654711ce";
rev = "df3f3ccc6db11bcaee44a736044ca9ce1dd5eb72";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.05";
rev = "b39647e52ed3c0b989e9d5c965e598ae4c38d7ef";
rev = "f5adb9be829f487f99bcc0f1884f74ddb85f70c8";
};
}