[Nix-dev] Nix 1.3 released

Eelco Dolstra eelco.dolstra at logicblox.com
Mon Jan 7 22:37:50 CET 2013


Hi,

On 06/01/13 19:02, Eelco Dolstra wrote:

> This is primarily a bug fix release. When this version is first run on Linux,
> it removes any immutable bits from the Nix store and increases the schema
> version of the Nix store. (The previous release removed support for setting the
> immutable bit; this release clears any remaining immutable bits to make certain
> operations more efficient.)

BTW, if this "removing immutable bits" business takes too long, and you're sure
you don't have files with the immutable bit set in your Nix store, you can
bypass this operation by doing:

  $ echo -n 7 > /nix/var/nix/db/schema

And you can clear any immutable bits asynchronously by running:

  $ chattr -R -i /nix/store

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/


More information about the nix-dev mailing list