aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index d1bd830..aeb851d 100644
--- a/default.nix
+++ b/default.nix
@@ -596,6 +596,7 @@ in
596 stgit = gitAndTools.stgit; 596 stgit = gitAndTools.stgit;
597 inherit bundix; 597 inherit bundix;
598 bower2nix = nodePackages.bower2nix; 598 bower2nix = nodePackages.bower2nix;
599 inherit firefox;
599 # todo: unrar, unzip 600 # todo: unrar, unzip
600 #inherit nixos; 601 #inherit nixos;
601 } 602 }