r10k: hardcoded meta.mainProgram

This commit is contained in:
mivorasu
2025-07-25 13:37:38 +00:00
parent bf166c75df
commit f2d412c03e
+1 -1
View File
@@ -47,6 +47,6 @@ bundlerApp rec {
anthonyroussel
];
platforms = lib.platforms.unix;
mainProgram = pname;
mainProgram = "r10k";
};
}