diff options
author | tv <tv@shackspace.de> | 2015-10-21 22:43:11 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-21 22:43:11 +0200 |
commit | 5206c11026245b1fe20a66fb5b14165e51195f0b (patch) | |
tree | 30c975156c8cbc2fb6ba80d8c4b783a2a0ccc155 /tv/1systems/wu.nix | |
parent | 714a2e492270d984e8987532c247ae4caf69fce0 (diff) |
wu nixpkgs: f77bf46 -> 9048637
Diffstat (limited to 'tv/1systems/wu.nix')
-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 c691066cb..c687ae52d 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; |