mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Don't rely on st_blocks
It doesn't seem very reliable on ZFS.
This commit is contained in:
parent
31f5ecfaa5
commit
a2c4fcd5e9
3 changed files with 6 additions and 7 deletions
|
@ -22,7 +22,7 @@ with import ./config.nix; mkDerivation {
|
|||
echo foo > \$out/bar
|
||||
echo 1...
|
||||
sleep 2
|
||||
echo 100 > $fake_free
|
||||
echo 200 > $fake_free
|
||||
echo 2...
|
||||
sleep 2
|
||||
echo 3...
|
||||
|
@ -44,7 +44,7 @@ with import ./config.nix; mkDerivation {
|
|||
echo foo > \$out/bar
|
||||
echo 1...
|
||||
sleep 2
|
||||
echo 100 > $fake_free
|
||||
echo 200 > $fake_free
|
||||
echo 2...
|
||||
sleep 2
|
||||
echo 3...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue