diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T21·27+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T21·27+0100 |
commit | e797b4d09bdcf1fbd1b42785fa9aeaf41a08d7d6 (patch) | |
tree | 80adf2a65cc53b32deaea1b63a3977e41affc54f /third_party/nix/corepkgs/meson.build | |
parent | 168ef124ef72abcb3e4574085a9cd5db194246ba (diff) |
chore(3p/nix): Always enable the garbage collector r/748
It's unclear why this toggle existed, now it doesn't.
Diffstat (limited to 'third_party/nix/corepkgs/meson.build')
-rw-r--r-- | third_party/nix/corepkgs/meson.build | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/third_party/nix/corepkgs/meson.build b/third_party/nix/corepkgs/meson.build index 57add8d65f25..383909b0f7fe 100644 --- a/third_party/nix/corepkgs/meson.build +++ b/third_party/nix/corepkgs/meson.build @@ -1,13 +1,3 @@ -# Nix corepkgs build file -#============================================================================ - - - - -# src files -#============================================================================ - - corepkgs_data = files( join_paths(meson.source_root(), 'corepkgs/buildenv.nix'), join_paths(meson.source_root(), 'corepkgs/derivation.nix'), @@ -15,14 +5,6 @@ corepkgs_data = files( join_paths(meson.source_root(), 'corepkgs/imported-drv-to-derivation.nix'), join_paths(meson.source_root(), 'corepkgs/unpack-channel.nix')) - - - - -# targets -#============================================================================ - - config_nix = configuration_data() config_nix.set('bash', bash.path()) config_nix.set('coreutils', coreutils) @@ -39,14 +21,6 @@ config_nix.set('localstatedir', localstatedir) config_nix.set('sysconfdir', sysconfdir) config_nix.set('storedir', nixstoredir) - - - - -# build -#============================================================================ - - corepkgs_data += configure_file( input : 'config.nix.in', output : 'config.nix', |