Skip to content

Commit

Permalink
use python3Full
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Aug 7, 2023
1 parent 27c75df commit 030e261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{ system ? builtins.currentSystem }:
{
system ? builtins.currentSystem,
pkgs ? import <nixpkgs> { inherit system; }
}:

let
pkgs = import <nixpkgs> { inherit system; };
callPackage = pkgs.lib.callPackageWith (pkgs // self);
tuna = "https://mirrors.tuna.tsinghua.edu.cn/mongodb/";

Expand Down
2 changes: 1 addition & 1 deletion judge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pkgs.buildEnv {
mono
verilog
gbenchmark
python3
python3Full
pypy3
ghostscript
xvfb-run
Expand Down

0 comments on commit 030e261

Please sign in to comment.