1
0
Fork 0

sail: Enable custom cache

This commit is contained in:
Daniel Kempkens 2022-08-09 19:14:56 +02:00
parent 82af968372
commit db8b8796c2

View file

@ -1,4 +1,4 @@
args@{ pkgs, ... }: args@{ pkgs, lib, ... }:
let let
inherit (lib) optionals; inherit (lib) optionals;