Compare commits

..

1 Commits

Author SHA1 Message Date
0xee 8b38a8d944 Require python3 2019-10-31 18:47:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@
let
pkgs = import <nixpkgs> { inherit system; };
in
pkgs.callPackage ./. { python = pkgs.python3; };
pkgs.callPackage ./. {};
}

View File

@ -1,2 +1,2 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./. { python = pkgs.python3; }
pkgs.callPackage ./. {}