Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-17 | Handle arguments in $EDITOR | Eelco Dolstra | |
Fixes #2079. | |||
2017-12-14 | edit: Catch stoi exceptions from line number parsing | Ben Gamari | |
2017-08-29 | nix edit / log: Operate on a single Installable | Eelco Dolstra | |
2017-08-29 | nix run: Flush the progress bar before starting the command | Eelco Dolstra | |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||
2017-05-08 | Add "nix edit" command | Eelco Dolstra | |
This is a little convenience command that opens the Nix expression of the specified package. For example, nix edit nixpkgs.perlPackages.Moose opens <nixpkgs/pkgs/top-level/perl-packages.nix> in $EDITOR (at the right line number for some editors). This requires the package to have a meta.position attribute. |