Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-29 | nix edit / log: Operate on a single Installable | Eelco Dolstra | 1 | -28/+26 | |
2017-08-29 | nix run: Flush the progress bar before starting the command | Eelco Dolstra | 1 | -0/+3 | |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -3/+3 | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||||
2017-05-08 | Add "nix edit" command | Eelco Dolstra | 1 | -0/+75 | |
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. |