From e76caa8671aae1e8aba6260b63614b1d2073ba28 Mon Sep 17 00:00:00 2001 From: Philipp Mandler Date: Sun, 17 Dec 2023 22:54:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20missing=20variable=20to=20?= =?UTF-8?q?frontend=20nix=20derivation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/pkgs/frontend.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/pkgs/frontend.nix b/nix/pkgs/frontend.nix index 87b4e879..cfe0f8f1 100644 --- a/nix/pkgs/frontend.nix +++ b/nix/pkgs/frontend.nix @@ -1,5 +1,6 @@ { pkgs , stdenv +, lib , versionInfo ? { } }: let