This commit is contained in:
Sebastian Moser
2025-03-03 12:59:53 +01:00
parent 7204592732
commit 6a546d9f86
19 changed files with 696 additions and 116 deletions

View File

@@ -1,20 +1,23 @@
{ stdenv
, fetchFromGitHub
, meson
, lib
, ninja
}:
stdenv.mkDerivation rec {
name = "exitß";
name = "exit0";
src = fetchFromGitHub {
owner = "richardweinberger";
repo = "exit0";
rev = "f6cdeeb858ad9717b698a21e6fec3bb94b2aa2dd";
sha256 = "";
sha256 = "sha256-NCNPO4XCdCwPLSQuW4AT6vskqvu1ks/yHGUzzI+l3hE=";
};
nativeBuildInputs = [
meson
ninja
];
buildInputs = [