diff options
| author | Claudius Holeksa <mail@keldu.de> | 2023-05-09 17:45:17 +0200 |
|---|---|---|
| committer | Claudius Holeksa <mail@keldu.de> | 2023-05-09 17:45:17 +0200 |
| commit | ecfee1ff28824eaef7cf9ff7bc422e5e99202121 (patch) | |
| tree | 7a74b57df26d482c06f69cd21da31551a01eb908 /.nix | |
| parent | accd05e6c5f41c536a97a7313ea1e635b0863205 (diff) | |
| download | mini-test-ecfee1ff28824eaef7cf9ff7bc422e5e99202121.tar.gz | |
Added Makefile and ammended README and nix files for that change
Diffstat (limited to '.nix')
| -rw-r--r-- | .nix/derivation.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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" ]; |
