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/
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to