diff options
author | tv <tv@krebsco.de> | 2015-10-22 12:48:17 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-22 12:48:17 +0200 |
commit | 2a8b3f5182be447ef987e3d8273a9f045f615ea0 (patch) | |
tree | 77e1e76731caeb3872685e3d3d16dbe4ce01495d /tv | |
parent | 75ee198e40c742847027e31d6226ed61f2f8e68b (diff) |
wu nixpkgs: 9048637 -> e916273
Current unstable is really unstable w/system hangs.
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/wu.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 404fdb3..89ad257 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -10,11 +10,8 @@ with lib; krebs.build.source = { git.nixpkgs = { - #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"; + url = https://github.com/NixOS/nixpkgs; + rev = "e916273209560b302ab231606babf5ce1c481f08"; }; dir.secrets = { host = config.krebs.hosts.wu; |