nixpkgs/nixos
Dan Peebles f5b3f2c5a7 make-disk-iamge: use faketime to get a consistent timestamp
This fixes #28768 because during an image build, Nix sees bad store
timestamps and attempts to fix them, but can't fix them on a running
system (due to being inside a builder). Since timestamps on the store
are supposed to be 1 anyway, if we fix this, that fixes image building
inside booted images made this way.

Note that this adds quite a bit of noise to the output, because running
`cptofs` under `faketime` causes a bunch of seemingly spurious error
messages and my attempts to suppress them all failed. We'll fix it when
`cptofs` gets a native timestamp preservation feature.
2017-11-10 05:15:37 +00:00
..
doc/manual lib/types: add ints.positive. 2017-11-05 15:56:32 +01:00
lib make-disk-iamge: use faketime to get a consistent timestamp 2017-11-10 05:15:37 +00:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules nixos/atlassian: Fix eval error in jrePackage 2017-11-09 20:31:41 +01:00
tests nixos/tests/gitlab.nix: Unbreak config, still times out 2017-11-06 14:52:33 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos: limited support archs are not release-critical 2017-10-14 22:09:35 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix Merge pull request #31146 from NeQuissimus/kafka_updates 2017-11-04 11:06:32 -04: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.