mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
use standard pypi
This commit is contained in:
parent
72a1a78048
commit
b0124485ad
1 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@
|
|||
outputs = { self, nixpkgs, flake-utils, mach-nix, fcSpline }:
|
||||
let
|
||||
python = "python39";
|
||||
pypiDataRev = "master";
|
||||
pypiDataSha256 = "041rpjrwwa43hap167jy8blnxvpvbfil0ail4y4mar1q5f0q57xx";
|
||||
devShell = pkgs:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
|
@ -25,7 +23,7 @@
|
|||
in flake-utils.lib.eachSystem ["x86_64-linux"] (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
mach-nix-wrapper = import mach-nix { inherit pkgs python pypiDataRev pypiDataSha256; };
|
||||
mach-nix-wrapper = import mach-nix { inherit pkgs python; };
|
||||
|
||||
fcSplinePkg = fcSpline.defaultPackage.${system};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue