cliscord: migrate to by-name

This commit is contained in:
awwpotato 2025-04-17 21:14:46 -07:00
parent a8c3a293c7
commit 1c89974d74
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -7292,8 +7292,6 @@ with pkgs;
jdk = graalvmPackages.graalvm-ce; jdk = graalvmPackages.graalvm-ce;
}; };
cliscord = callPackage ../misc/cliscord { };
clojupyter = callPackage ../applications/editors/jupyter-kernels/clojupyter { clojupyter = callPackage ../applications/editors/jupyter-kernels/clojupyter {
jre = jre8; jre = jre8;
}; };