comments removed from a app2unit.nix file.

This commit is contained in:
Aram Markarov
2026-03-12 17:39:10 +01:00
parent 9bfa2f6cca
commit 42c4b66399
+2 -2
View File
@@ -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";