1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

set doCheck

This commit is contained in:
2025-12-25 08:49:09 +01:00
parent bde513cc2c
commit 36960bc547
4 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ stdenv.mkDerivation {
make all
'';
doCheck = true;
installPhase = ''
mkdir -p $out/bin
cp stag $out/bin/
@@ -43,6 +45,5 @@ stdenv.mkDerivation {
license = lib.licenses.publicDomain;
maintainers = [ lib.maintainers.kmein ];
platforms = lib.platforms.unix;
source = src;
};
}