nix test failed

This commit is contained in:
Zacharias-Brohn
2025-11-23 22:40:07 +01:00
parent 4afd015ae2
commit 5a87930cad
4 changed files with 0 additions and 183 deletions
-14
View File
@@ -1,14 +0,0 @@
{
pkgs, # To ensure the nixpkgs version of app2unit
fetchFromGitHub,
...
}:
pkgs.app2unit.overrideAttrs (final: prev: rec {
version = "1.0.3"; # Fix old issue related to missing env var
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "app2unit";
tag = "v${version}";
hash = "sha256-7eEVjgs+8k+/NLteSBKgn4gPaPLHC+3Uzlmz6XB0930=";
};
})