diff options
author | tv <tv@krebsco.de> | 2015-10-21 22:43:11 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-21 22:43:11 +0200 |
commit | f789c2986d03a1abcfd0c3f2ff392e897668dad6 (patch) | |
tree | 3f698f5dfb4142205aa76067548a491d8e20e677 /tv | |
parent | 20785d307636502a917abcf7c552290426ba3efe (diff) |
wu nixpkgs: f77bf46 -> 9048637
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/wu.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index c691066..c687ae5 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -10,8 +10,11 @@ with lib; krebs.build.source = { git.nixpkgs = { - url = https://github.com/NixOS/nixpkgs; - rev = "e916273209560b302ab231606babf5ce1c481f08"; + #url = https://github.com/NixOS/nixpkgs; + #rev = "f77bf46c1e705934a00c52d90cc62a76fbb1f6b5"; + # Revert "rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug" + url = https://github.com/4z3/nixpkgs; + rev = "9048637"; }; dir.secrets = { host = config.krebs.hosts.wu; |