From 42c4b663998716ec053ff03db6debd4ba62e9676 Mon Sep 17 00:00:00 2001 From: Aram Markarov Date: Thu, 12 Mar 2026 17:39:10 +0100 Subject: [PATCH] comments removed from a app2unit.nix file. --- nix/app2unit.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/app2unit.nix b/nix/app2unit.nix index ce5fee2..a29a66a 100644 --- a/nix/app2unit.nix +++ b/nix/app2unit.nix @@ -1,11 +1,11 @@ { - pkgs, # To ensure the nixpkgs version of app2unit + pkgs, fetchFromGitHub, ... }: pkgs.app2unit.overrideAttrs ( final: prev: rec { - version = "1.0.3"; # Fix old issue related to missing env var + version = "1.0.3"; src = fetchFromGitHub { owner = "Vladimir-csp"; repo = "app2unit";