]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - default.nix
Add firefox
[perso/Immae/Config/Nix.git] / default.nix
index ad9bca7f2a6876ac98063d529db8dffdd513687d..aeb851d8610c60a6091afc6827630c94bfaceb12 100644 (file)
@@ -1,5 +1,5 @@
-with import ./libs.nix;
 with import <immaeNixpkgsNext> {};
+with import ./libs.nix { nixpkgs = import <immaeNixpkgsNext> {}; };
 let
   mypkgs = {};
 
@@ -596,6 +596,7 @@ in
     stgit = gitAndTools.stgit;
     inherit bundix;
     bower2nix = nodePackages.bower2nix;
+    inherit firefox;
     # todo: unrar, unzip
     #inherit nixos;
   }