update nix package src path

This commit is contained in:
jacekpoz 2024-08-08 15:07:52 +02:00
parent 2370255fed
commit 81c039c70e
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -17,7 +17,7 @@ in stdenv.mkDerivation {
inherit pname;
version = "0.1.0";
src = ../.;
src = ./.;
buildInputs = [
cglm