mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
parent
1d29db2a9f
commit
eadb86f447
3 changed files with 11 additions and 18 deletions
|
@ -2,20 +2,10 @@
|
|||
#include "globals.hh"
|
||||
#include "util.hh"
|
||||
|
||||
#include <climits>
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
||||
GCOptions::GCOptions()
|
||||
{
|
||||
action = gcDeleteDead;
|
||||
ignoreLiveness = false;
|
||||
maxFreed = ULLONG_MAX;
|
||||
}
|
||||
|
||||
|
||||
bool isInStore(const Path & path)
|
||||
{
|
||||
return isInDir(path, settings.nixStore);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue