From db8b8796c232a4d2b6069b935f8df2cb94336275 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 9 Aug 2022 19:14:56 +0200 Subject: [PATCH] sail: Enable custom cache --- system/hosts/sail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hosts/sail.nix b/system/hosts/sail.nix index b21286c..b9b6f96 100644 --- a/system/hosts/sail.nix +++ b/system/hosts/sail.nix @@ -1,4 +1,4 @@ -args@{ pkgs, ... }: +args@{ pkgs, lib, ... }: let inherit (lib) optionals;