From ecfee1ff28824eaef7cf9ff7bc422e5e99202121 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 9 May 2023 17:45:17 +0200 Subject: Added Makefile and ammended README and nix files for that change --- .nix/derivation.nix | 1 + 1 file changed, 1 insertion(+) (limited to '.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix index a779c57..ff76034 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -10,6 +10,7 @@ stdenvNoCC.mkDerivation { nativeBuildInputs = [ clang + gnumake ]; output = [ "out" "dev" ]; -- cgit v1.2.3