basiliskii: add sheep_net comment to src

This commit is contained in:
matthewcroughan 2025-07-16 14:17:51 +01:00
parent c58a266a1e
commit 233710fd29

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation (finalAttrs: {
pname = "basiliskii";
version = "unstable-2022-09-30";
# This src is also used to build pkgs/os-specific/linux/sheep-net
# Therefore changes to it may effect the sheep-net package
src = fetchFromGitHub {
owner = "kanjitalk755";
repo = "macemu";