Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |
2014-02-19 | nix-shell: Add --packages flag | Eelco Dolstra | |
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 | |
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 | |
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 | |
2013-08-26 | Fix nix-shell command | Ivan Kozik | |
2013-07-19 | Rename ‘nix-build --run-env’ to ‘nix-shell’ | Eelco Dolstra | |