fix: hardcode subsystem in racket discoverer

This commit is contained in:
Yusuf Bera Ertan 2022-10-04 14:16:33 +03:00
parent a5bf4443bb
commit 785b768942
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -1,7 +1,6 @@
{
dlib,
lib,
subsystem,
...
}: let
l = lib // builtins;
@ -13,7 +12,7 @@
if (tree ? files."info.rkt")
then [
(dlib.construct.discoveredProject {
inherit subsystem;
subsystem = "racket";
relPath = tree.relPath;
name =
if topLevel