wu nixpkgs: f77bf46 -> 9048637
This commit is contained in:
parent
714a2e4922
commit
5206c11026
|
@ -10,8 +10,11 @@ with lib;
|
||||||
|
|
||||||
krebs.build.source = {
|
krebs.build.source = {
|
||||||
git.nixpkgs = {
|
git.nixpkgs = {
|
||||||
url = https://github.com/NixOS/nixpkgs;
|
#url = https://github.com/NixOS/nixpkgs;
|
||||||
rev = "e916273209560b302ab231606babf5ce1c481f08";
|
#rev = "f77bf46c1e705934a00c52d90cc62a76fbb1f6b5";
|
||||||
|
# Revert "rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug"
|
||||||
|
url = https://github.com/4z3/nixpkgs;
|
||||||
|
rev = "9048637";
|
||||||
};
|
};
|
||||||
dir.secrets = {
|
dir.secrets = {
|
||||||
host = config.krebs.hosts.wu;
|
host = config.krebs.hosts.wu;
|
||||||
|
|
Loading…
Reference in a new issue