1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-15 13:28:46 +02:00

resolve eval fail

This commit is contained in:
Rouven Seifert 2023-05-03 16:26:26 +02:00
parent d3d384fdb8
commit 8ffefbf1cb
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "The Java Model Railroad Interface";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ therealr5 ];
# maintainers = with maintainers; [ therealr5 ];
};
}