rename to dynix

This commit is contained in:
Qyriad 2026-02-02 11:34:52 +01:00
parent 80ff0b36cb
commit 8477c73067
7 changed files with 43 additions and 43 deletions

View file

@ -81,6 +81,6 @@ in stdenv.mkDerivation (self: {
});
meta = {
mainProgram = "PKGNAME";
mainProgram = "dynix";
};
}))