summaryrefslogtreecommitdiff
path: root/bar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bar.nix')
-rw-r--r--bar.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bar.nix b/bar.nix
index 6121182..9849765 100644
--- a/bar.nix
+++ b/bar.nix
@@ -27,4 +27,5 @@ mkDerivation {
27 executableHaskellDepends = [ base ]; 27 executableHaskellDepends = [ base ];
28 doHaddock = false; 28 doHaddock = false;
29 license = stdenv.lib.licenses.unfree; 29 license = stdenv.lib.licenses.unfree;
30 hydraPlatforms = stdenv.lib.platforms.none;
30} 31}