Nix Packages collection
Go to file
Evgeny Egorochkin b415876bdb systemd service: fix issues with escaping when unit name contains '-'
systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
2014-06-11 04:08:13 +03:00
doc
lib Added auntie as a maintainer, and set license properly. 2014-06-08 23:47:59 -06:00
maintainers/scripts
nixos systemd service: fix issues with escaping when unit name contains '-' 2014-06-11 04:08:13 +03:00
pkgs Merge pull request #2855 from cstrahan/xpwn-fix-darwin 2014-06-10 18:14:42 -05:00
.gitignore
.version
COPYING
default.nix
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.