Eelco Dolstra
9fd9dedf12
nix-env --delete-generations: Support --dry-run flag
...
Fixes #43 .
2012-09-13 18:05:04 -04:00
Eelco Dolstra
c845c0ccad
nix-channel: Add option to force fetching of manifests
2012-09-13 12:11:40 -04:00
Shea Levy
360056e174
Document importing from a directory in the import documentation
2012-08-29 18:07:51 -04:00
Eelco Dolstra
9e2fc6951c
Disable the binary cache substituter by default for now
2012-08-27 14:20:14 -04:00
Eelco Dolstra
9c2decaa19
Merge branch 'master' into no-manifests
2012-08-01 18:03:49 -04:00
Eelco Dolstra
5170c5691a
nix-channel: Use binary caches advertised by channels
...
Channels can now advertise a binary cache by creating a file
<channel-url>/binary-cache-url. The channel unpacker puts these in
its "binary-caches" subdirectory. Thus, the URLS of the binary caches
for the channels added by root appear in
/nix/var/nix/profiles/per-user/eelco/channels/binary-caches/*. The
binary cache substituter reads these and adds them to the list of
binary caches.
2012-08-01 17:56:11 -04:00
Eelco Dolstra
4d1b64f118
Allow daemon users to override ‘binary-caches’
...
For security reasons, daemon users can only specify caches that appear
in the ‘binary-caches’ and ‘trusted-binary-caches’ options in
nix.conf.
2012-07-31 18:56:22 -04:00
Eelco Dolstra
89a8207029
Add an option ‘build-fallback’ (equivalent to the --fallback flag)
2012-07-31 17:56:02 -04:00
Eelco Dolstra
157170059d
Manual: Remove reference to non-existent -I option
2012-07-30 22:29:42 -04:00
Eelco Dolstra
9de6d10d11
Get rid of $NIX_BINARY_CACHES
...
You can use ‘--option binary-caches URLs’ instead.
2012-07-30 16:39:31 -04:00
Eelco Dolstra
f15083c10a
Document the --option flag
...
Pointed out by Daniel Santa Cruz on IRC.
2012-07-29 14:37:40 -04:00
Eelco Dolstra
8c79100839
Merge branch 'master' into no-manifests
2012-07-26 15:14:33 -04:00
Eelco Dolstra
6193105710
Automatically optimise the Nix store when a new path is added
...
Auto-optimisation is enabled by default. It can be turned off by
setting auto-optimise-store to false in nix.conf.
2012-07-23 17:14:15 -04:00
Eelco Dolstra
58337e0e61
Set release date
2012-07-18 11:51:27 -04:00
Eelco Dolstra
fe241ece29
Merge branch 'master' into no-manifests
2012-07-18 10:47:59 -04:00
Eelco Dolstra
51d71ad3d7
Manual: Don't claim we support Cygwin
2012-07-17 11:49:47 -04:00
Eelco Dolstra
6c01fb4d68
Update Nix 1.1 release notes
2012-07-17 10:06:20 -04:00
Eelco Dolstra
53b24f3518
Allow disabling log compression
2012-07-17 09:40:12 -04:00
Eelco Dolstra
04559a0d45
Merge branch 'master' of github.com:NixOS/nix into no-manifests
2012-07-11 18:53:27 -04:00
Eelco Dolstra
e4d6bcb6cd
Update release notes
2012-07-11 18:52:23 -04:00
Eelco Dolstra
5755a5c354
Install a nix.conf manpage
2012-07-09 11:33:38 -04:00
Eelco Dolstra
099125435f
download-from-binary-cache: add nix.conf options
2012-07-09 10:57:28 -04:00
Eelco Dolstra
8da6772ed4
Update release notes
2012-06-23 14:59:13 -04:00
Eelco Dolstra
2c26985835
Add option ‘build-keep-log’ to enable/disable writing of build logs
...
Fixes #26 .
2012-05-29 16:42:05 -04:00
Eelco Dolstra
8058dab26e
Clean up the installation section; document the generic binary tarballs
2012-05-24 12:04:07 -04:00
Eelco Dolstra
587b408210
Set release date
2012-05-11 17:40:58 -04:00
Eelco Dolstra
8a08813d6c
Manual updates
2012-05-11 17:39:06 -04:00
Eelco Dolstra
2b00e6990c
CSS tweaks
2012-05-11 16:21:21 -04:00
Eelco Dolstra
4d383f57f4
Document "nix-build --run-env"
2012-05-10 19:29:36 -04:00
Eelco Dolstra
6a7b24a3f2
Document "nix-store --add"
2012-05-10 18:09:45 -04:00
Eelco Dolstra
cb1248d208
Document some nix-store subcommands
2012-05-09 19:06:39 -04:00
Eelco Dolstra
7a213ffc69
Document $NIX_PATH / -I
2012-05-09 19:06:13 -04:00
Eelco Dolstra
a58efdb69b
Update the release notes
2012-05-09 19:05:30 -04:00
Eelco Dolstra
afa7b8a479
nix-channel --update: allow updating only the specified channels
2012-05-07 17:55:56 -04:00
Eelco Dolstra
db5b86ef13
* Add an option ‘build-use-substitutes’, which can be set to ‘false’
...
to disable use of substitutes; i.e., force building from source.
Fixes Nix/221.
2012-04-30 19:15:34 -04:00
Eelco Dolstra
59a26360c7
Support mandatory system features in the build hook
...
Mandatory features are features that MUST be present in a derivation's
requiredSystemFeatures attribute. One application is performance
testing, where we have a dedicated machine to run performance tests
(and nothing else). Then we would add the label "perf" to the
machine's mandatory features and to the performance testing
derivations.
2012-04-30 17:22:45 -04:00
Eelco Dolstra
82ae0e688c
Update the documentation of build-remote.pl
2012-04-30 16:49:00 -04:00
Eelco Dolstra
9cd3ff1059
nix-instantiate: default to "default.nix" if no arguments are given
2012-04-17 17:19:43 +02:00
Eelco Dolstra
8745fade03
Added utility command ‘nix-instantiate --find-file’ to look up a file in Nix's search path
2012-04-17 17:14:14 +02:00
Eelco Dolstra
e855c7e2c9
nix-channel improvements
...
"nix-channel --add" now accepts a second argument: the channel name.
This allows channels to have a nicer name than (say) nixpkgs_unstable.
If no name is given, it defaults to the last component of the URL
(with "-unstable" or "-stable" removed).
Also, channels are now stored in a profile
(/nix/var/nix/profiles/per-user/$USER/channels). One advantage of
this is that it allows rollbacks (e.g. if "nix-channel --update" gives
an undesirable update).
2012-04-14 18:38:52 +02:00
Shea Levy
055e803851
Add the '--show-progress' flag to nix-copy-closure
2012-04-13 14:29:12 +02:00
Shea Levy
242a99c95a
Nix is on github now
2012-04-08 23:59:02 -04:00
Eelco Dolstra
533250a4a3
Fix building from the tarball
2012-04-06 22:54:15 +02:00
Eelco Dolstra
831c7aa410
Documentation fix
2012-04-06 22:03:19 +02:00
Eelco Dolstra
5863987bba
Include environment variables in the manpages
2012-04-06 21:56:20 +02:00
Eelco Dolstra
998b977ede
Include common options in the manpages using some XInclude hackery
2012-04-06 21:45:00 +02:00
Eelco Dolstra
d49ef039dd
Update affiliation
2012-04-06 21:43:56 +02:00
Eelco Dolstra
5a6d50998d
Add a missing DocBook source file to the tarball
...
Reported on IRC by Adrian Siekierka.
2012-04-06 20:26:30 +02:00
Eelco Dolstra
8be1979f1a
Remove the --max-links GC option
...
We don't need this anymore now that current filesystems support more
than 32,000 files in a directory.
2012-03-26 20:00:02 +02:00
Eelco Dolstra
b006a31d52
Drop the externals directory
...
Nix now requires SQLite and bzip2 to be pre-installed. SQLite is
detected using pkg-config. We required DBD::SQLite anyway, so
depending on SQLite is not a big problem.
The --with-bzip2, --with-openssl and --with-sqlite flags are gone.
2012-03-18 23:54:57 +01:00