diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:48:24 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:48:24 +0100 |
commit | 20710a50c845adaccbe21152df34860c0fc33dd8 (patch) | |
tree | 9b669cb8380148104f7cf13b7a68be9681308993 | |
parent | 2ec093a696e583abaaf360d9439c817c4fcf6656 (diff) | |
download | nixos-20710a50c845adaccbe21152df34860c0fc33dd8.tar nixos-20710a50c845adaccbe21152df34860c0fc33dd8.tar.gz nixos-20710a50c845adaccbe21152df34860c0fc33dd8.tar.bz2 nixos-20710a50c845adaccbe21152df34860c0fc33dd8.tar.xz nixos-20710a50c845adaccbe21152df34860c0fc33dd8.zip |
Undo pokings
-rw-r--r-- | bragi/bar/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bragi/bar/default.nix b/bragi/bar/default.nix index d512f3d0..480e3ea3 100644 --- a/bragi/bar/default.nix +++ b/bragi/bar/default.nix | |||
@@ -24,8 +24,7 @@ let | |||
24 | in stdenv.lib.overrideDerivation pkg (drv: { | 24 | in stdenv.lib.overrideDerivation pkg (drv: { |
25 | postUnpack = '' | 25 | postUnpack = '' |
26 | rm -rf static/jquery.js static/webshim | 26 | rm -rf static/jquery.js static/webshim |
27 | ls -R | 27 | ln -vs ${jquery}/js/jquery.js bar-*/static |
28 | ln -vs ${jquery}/js/jquery.js static | 28 | ln -vs ${webshim}/js bar-*/static/webshim |
29 | ln -vs ${webshim}/js static/webshim | ||
30 | ''; | 29 | ''; |
31 | }) | 30 | }) |