aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-10 11:38:03 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-10 11:38:03 +0100
commitb236d74d47ba3db9f7dbe1bdcd4dd8ef8c264fc1 (patch)
treee7f5adadc5d5dd0864d3491abe906f753f3cd12f /default.nix
parent596e62a678366c83ea8204316c45e91e1d90b0d8 (diff)
downloadNix-b236d74d47ba3db9f7dbe1bdcd4dd8ef8c264fc1.tar.gz
Nix-b236d74d47ba3db9f7dbe1bdcd4dd8ef8c264fc1.tar.zst
Nix-b236d74d47ba3db9f7dbe1bdcd4dd8ef8c264fc1.zip
Add firefox
Diffstat (limited to 'default.nix')
-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 }