Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | |
2016-06-02 | nix run: Set a reasonable uid/gid | Eelco Dolstra | |
2016-06-02 | nix run: Handle the case where the /nix/store mount point doesn't exist | Eelco Dolstra | |
2016-06-02 | nix run: Mount the Nix store in a private namespace | Eelco Dolstra | |
This is a convenience command to allow users who are not privileged to create /nix/store to use Nix with regular binary caches. For example, $ NIX_REMOTE="local?state=$HOME/nix/var&real=/$HOME/nix/store" nix run firefox bashInteractive will download Firefox and bash from cache.nixos.org, then start a shell in which $HOME/nix/store is mounted on /nix/store. | |||
2016-06-02 | Add basic "nix run" command | Eelco Dolstra | |