update nix package src path
This commit is contained in:
parent
2370255fed
commit
81c039c70e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
|||
inherit pname;
|
||||
version = "0.1.0";
|
||||
|
||||
src = ../.;
|
||||
src = ./.;
|
||||
|
||||
buildInputs = [
|
||||
cglm
|
||||
|
|
Loading…
Reference in a new issue