Eelco Dolstra 03ae5e6459 Add "nix edit" command
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.
2017-05-08 18:42:30 +02:00
2017-01-03 11:42:56 +01:00
2017-04-21 11:27:27 -03:00
2017-05-08 18:42:30 +02:00
2016-01-28 11:12:04 +01:00
2017-04-28 16:53:56 +02:00
2017-04-14 14:42:20 +02:00
2017-04-28 16:53:56 +02:00
2017-04-28 16:53:56 +02:00
2017-05-03 18:30:47 +02:00
2017-04-28 16:53:56 +02:00
2016-01-20 16:34:37 +01:00

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.

Description
Languages
C++ 78.1%
Shell 9.7%
Nix 7.5%
Meson 1.8%
C 1.3%
Other 1.6%