File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 25
25
ghcpkgs = import nixpkgs-for-ghc {
26
26
inherit system ;
27
27
} ;
28
- oj-verify =
29
- with pkgs . python3Packages ;
30
- pkgs . python3Packages . buildPythonApplication {
31
- name = "verification-helper" ;
32
- version = "5.6.0" ;
33
- pyproject = true ;
34
- src = pkgs . fetchFromGitHub {
35
- owner = "online-judge-tools" ;
36
- repo = "verification-helper" ;
37
- rev = "adbff121b1f96de5f34e9f1483eb47d661c54075" ;
38
- fetchSubmodules = false ;
39
- sha256 = "sha256-f7Ge8kLRQv9uxdNGtgNsypGVY0XAnKPCg8HYQ5nT6mI=" ;
40
- } ;
41
- build-system = [ setuptools ] ;
42
- dependencies = [
43
- colorlog
44
- importlab
45
- online-judge-tools
46
- pyyaml
47
- setuptools
48
- toml
49
- ] ;
50
- propagatedBuildInputs = [ setuptools ] ;
51
- } ;
52
28
# TODO:
53
29
competitive-verifier =
54
30
with pkgs . python3Packages ;
102
78
# verify
103
79
online-judge-tools
104
80
competitive-verifier
105
- oj- verify
81
+ online-judge- verify-helper
106
82
107
83
# GHC 9.8.4
108
84
( ghcpkgs . haskell . compiler . ghc984 . override { useLLVM = true ; } )
You can’t perform that action at this time.
0 commit comments