chore(3p/nix): Always enable the garbage collector
It's unclear why this toggle existed, now it doesn't.
This commit is contained in:
parent
168ef124ef
commit
e797b4d09b
4 changed files with 10 additions and 64 deletions
26
third_party/nix/corepkgs/meson.build
vendored
26
third_party/nix/corepkgs/meson.build
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue