Make challtools standalone package

This commit is contained in:
xenia 2024-03-04 19:41:47 +01:00
parent d5d8ce71f4
commit 81eb1377d3
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,6 @@ in rec {
ghc ghc
( python310.withPackages (ps: with ps; [ ( python310.withPackages (ps: with ps; [
ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; })) ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
(extras.challtools ps)
])) ]))
( agda.withPackages (ps: with ps; [ standard-library cubical ]) ) ( agda.withPackages (ps: with ps; [ standard-library cubical ]) )
typst typst
@ -43,6 +42,8 @@ in rec {
# nodePackages.typescript-language-server # nodePackages.typescript-language-server
# rust-analyzer # rust-analyzer
zulip-term zulip-term
(extras.challtools python310Packages)
]; ];
home.sessionVariables = { home.sessionVariables = {

View File

@ -16,7 +16,7 @@ rec {
sha256 = "sha256-nfPAm7rgSMwGq2fgrG82xbdo/YIapDAVR+YGFROBBCU="; sha256 = "sha256-nfPAm7rgSMwGq2fgrG82xbdo/YIapDAVR+YGFROBBCU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
pyyaml jsonschema docker requests argcomplete google-cloud-storage pyyaml jsonschema docker requests argcomplete google-cloud-storage setuptools
]; ];
} }
); );