Hello, how do I set a development environment in my project folder ?
Ideally I'd like to deploy the env setup together with the code so people won't get mad in setting up an env in order to contribute to the project I set my .nixpkgs/config.nix to { packageOverrides = pkgs: with pkgs; { openArpaEnv = pkgs.myEnvFun { name = "openArpa-env"; buildInputs = with pkgs.python27Packages; [ python xlrd ]; }; }; } and it worked Then I moved .nixpkgs/config.nix to projects/openArpa/default.nix but I can't build the env anymore.
_______________________________________________ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev