1
0
mirror of synced 2025-01-23 23:04:07 +01:00
This commit is contained in:
Luna Nightshade 2023-06-21 17:55:49 +02:00
parent 8755ab09d9
commit 721e18b9bc

View File

@ -71,12 +71,12 @@
license = licenses.agpl3Only; license = licenses.agpl3Only;
}; };
apps.bayshore = flake-utils.lib.mkApp { # We don't need a devshell lol
name = "bayshore"; };
drv = packages.bayshore;
};
# We don't need a apps.bayshore = flake-utils.lib.mkApp {
name = "bayshore";
drv = packages.bayshore;
}; };
} }
); );