From e797b4d09bdcf1fbd1b42785fa9aeaf41a08d7d6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 17 May 2020 22:27:53 +0100 Subject: chore(3p/nix): Always enable the garbage collector It's unclear why this toggle existed, now it doesn't. --- third_party/nix/corepkgs/meson.build | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'third_party/nix/corepkgs/meson.build') 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', -- cgit 1.4.1