Make challtools standalone package
This commit is contained in:
parent
d5d8ce71f4
commit
81eb1377d3
|
@ -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 = {
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user