Make challtools standalone package
This commit is contained in:
parent
d5d8ce71f4
commit
81eb1377d3
|
@ -33,7 +33,6 @@ in rec {
|
|||
ghc
|
||||
( python310.withPackages (ps: with ps; [
|
||||
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 ]) )
|
||||
typst
|
||||
|
@ -43,6 +42,8 @@ in rec {
|
|||
# nodePackages.typescript-language-server
|
||||
# rust-analyzer
|
||||
zulip-term
|
||||
|
||||
(extras.challtools python310Packages)
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -16,7 +16,7 @@ rec {
|
|||
sha256 = "sha256-nfPAm7rgSMwGq2fgrG82xbdo/YIapDAVR+YGFROBBCU=";
|
||||
};
|
||||
propagatedBuildInputs = [
|
||||
pyyaml jsonschema docker requests argcomplete google-cloud-storage
|
||||
pyyaml jsonschema docker requests argcomplete google-cloud-storage setuptools
|
||||
];
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user