Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-19 | nix-shell: Add --packages flag | Eelco Dolstra | 1 | -2/+30 | |
This allows you to easily set up a build environment containing the specified packages from Nixpkgs. For example: $ nix-shell -p sqlite xorg.libX11 hello will start a shell in which the given packages are present. | |||||
2014-02-19 | nix-instantiate: Add a flag --expr / -E to read expressions from the command ↵ | Eelco Dolstra | 1 | -7/+15 | |
line This is basically a shortcut for ‘echo 'expr...' | nix-instantiate -’. Also supported by nix-build and nix-shell. | |||||
2014-02-17 | nix-shell: Execute shellHook if it exists | Eelco Dolstra | 1 | -0/+16 | |
Since normal builds don't execute shellHook, this allows nix-shell specific customisation. Suggested by Domen. | |||||
2014-02-10 | nix-shell: Use shell.nix as the default expression if it exists | Eelco Dolstra | 1 | -6/+12 | |
2013-08-26 | Fix nix-shell command | Ivan Kozik | 1 | -1/+1 | |
2013-07-19 | Rename ‘nix-build --run-env’ to ‘nix-shell’ | Eelco Dolstra | 1 | -0/+142 | |