Skip to content

Commit

Permalink
mantis
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 15, 2024
1 parent 065a8b7 commit 59ffbe1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 306 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
flake = false;
};
poetry2nix = {
url = "github:nix-community/poetry2nix/master";
url = "github:dzmitry-lahoda/poetry2nix/dz/2";
inputs.nixpkgs.follows = "nixpkgs";
};
networks = {
Expand Down Expand Up @@ -288,10 +288,6 @@
# editables = super.editables.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.flit-core];
# });
# dnspython = super.dnspython.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.hatchling];
# });

# pyscipopt = pyscipopt-latest;
# google = super.google.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.setuptools];
Expand All @@ -302,9 +298,6 @@
maturin = super.maturin.overridePythonAttrs (old: {
buildInputs = old.buildInputs or [] ++ [self.python.pkgs.setuptools];
});
# mpire = super.mpire.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.setuptools];
# });
# cylp = super.cylp.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.setuptools self.python.pkgs.wheel pkgs.cbc pkgs.pkg-config];
# nativeBuildInputs = old.nativeBuildInputs or [] ++ [self.python.pkgs.setuptools self.python.pkgs.wheel pkgs.cbc pkgs.pkg-config];
Expand Down Expand Up @@ -380,7 +373,11 @@
pkgs.ipopt
pkgs.or-tools
];
pythonPackages = [pkgs.poetry];
pythonPackages = [
pkgs.poetry
pkgs.stdenv.cc.cc.lib
pyEnvShell
];
in {
_module.args.pkgs = import self.inputs.nixpkgs {
inherit system;
Expand Down Expand Up @@ -410,6 +407,7 @@
pkgs.python3Packages.flit-core
pkgs.python3Packages.uvicorn
pkgs.stdenv.cc.cc.lib
pkgs.stdenv.cc.cc
pkgs.virtualenv
pkgs.zlib
pkgs.zlib.dev
Expand Down
Loading

0 comments on commit 59ffbe1

Please sign in to comment.