mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
No description
57d74e6f4f
Ugly hack to get around the error "a string that refers to a store path cannot be appended to a path". The underlying problem is that you cannot do "${./file1} ${./file2}" but you can do " ${./file1} ${./file2}" Obviously we should allow the first case as well. |
||
---|---|---|
doc | ||
gui | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
.version | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.