nixpkgs-suyu/nixos
Robert Hensing 209f8b1acd nixos/release*.nix: Clean nixpkgs sources by default
Currently, when building NixOS from a git clone, Nix has to copy
the entire repo at >1GB into the store by default. That is not
necessary and causes a dumping large path message.
If you need the old behaviour for some reason, you will have to
specify it by passing the path to your repo explicitly as the
nixpkgs argument like this:

  --arg nixpkgs '{outPath = ./.; revCount = 56789; shortRev = "gfedcba"; }'
2018-02-09 18:32:26 +00:00
..
doc/manual docs: Explain how to login into built vm 2018-02-07 21:34:50 +01:00
lib Add setFunctionArgs lib function. 2018-01-31 14:02:19 -05:00
maintainers nixos/make-disk-image.nix: Support EFI images 2018-01-22 11:18:23 +02:00
modules Merge pull request #34562 from griff/rspamd-workers 2018-02-09 14:45:54 +01:00
tests Merge pull request #34562 from griff/rspamd-workers 2018-02-09 14:45:54 +01:00
COPYING
default.nix
README
release-combined.nix nixos/release*.nix: Clean nixpkgs sources by default 2018-02-09 18:32:26 +00:00
release-small.nix nixos/release*.nix: Clean nixpkgs sources by default 2018-02-09 18:32:26 +00:00
release.nix nixos/release*.nix: Clean nixpkgs sources by default 2018-02-09 18:32:26 +00:00

*** 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.