From 3459059ed1f9332a9e71a4a7be5dc5e22e7f6bae Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 31 Dec 2018 18:22:12 +0000 Subject: Start tracking which store paths are in use This will enable garbage collection of the Guix store, without removing things that are still in use. --- app/services/govuk_guix/build_mini_environment.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/services/govuk_guix/build_mini_environment.rb') diff --git a/app/services/govuk_guix/build_mini_environment.rb b/app/services/govuk_guix/build_mini_environment.rb index 01920eb..9cada20 100644 --- a/app/services/govuk_guix/build_mini_environment.rb +++ b/app/services/govuk_guix/build_mini_environment.rb @@ -83,6 +83,8 @@ module GovukGuix::BuildMiniEnvironment build_output: build_output } ) + + build_output end def self.signon_user_to_sexp(signon_user) -- cgit v1.2.3