fix: configure workspace in remote

This commit is contained in:
Jet 2026-03-16 23:58:04 -07:00
parent 574a3a103e
commit f1c75d2109
No known key found for this signature in database

View file

@ -25,6 +25,8 @@
commonArgs = { commonArgs = {
inherit src; inherit src;
pname = "noisebell";
version = "0.1.0";
strictDeps = true; strictDeps = true;
doCheck = false; doCheck = false;
}; };