Commit graph

18 commits

Author SHA1 Message Date
DavHau
42bc08f8f9 move flake.lock to mach_nix dir and symlink 2020-11-27 12:41:22 +07:00
DavHau
c00418c4a7 use inputs from flake.lock also in non-flake mode 2020-11-25 15:27:46 +07:00
DavHau
88300d4b5d fix: match behavior of cmdline api and nix api 2020-11-24 16:43:41 +07:00
DavHau
ffd51659df fix: infinite recursion in passthru 2020-10-26 01:12:39 +07:00
DavHau
ddddcaa774 fix: wrong python version selected by cmdline tool 2020-10-24 16:27:37 +07:00
DavHau
0de3dfc9c2 fix cmdline tool 2020-10-13 15:54:50 +07:00
DavHau
1c49828e56 update help text for --nixpkgs 2020-10-08 14:43:56 +07:00
DavHau
6d7bc3eb35 improve: updating deps workflow + cmdline option 2020-10-08 14:10:31 +07:00
TLP49i7_ae
c2d5f95bb8 add parameter to choose nixpkgs version (show it in --version) and add examples 2020-10-08 11:58:34 +07:00
DavHau
856ebd4240 remove last impurities 2020-10-08 01:50:34 +07:00
DavHau
c8f6586e20 cleanup leftover code of removed functionality 'prefer_nixpkgs' 2020-06-28 02:32:19 +00:00
Matías Lang
06a80810d1
Fix AttributeError when nix-build fails (#30)
Since commit fa2bb2d33f, the nix-build
subprocess is called without capture_output=True. Therefore, proc.stderr
is None. The subprocess stderr is already being dumped to stderr, so
there is no need for doing a print.
2020-06-27 12:47:56 +00:00
DavHau
d37c1eb362
Version 2.0.0 (#20)
See Changelog.md for changes.

* adapt data interface for new sdist dependency graph format

* change wording in readme

* wheel support + concept providers

* overlay support WIP

* overlay support

* extras support for nixpkgs

* machnix as overrides

* granular provider settings + custom autoPatchelfHook

* improve overlay generator, remove prefer_new

* unify nixpkgs src

* update interface, bump version and examples

* fixes and updated docs
2020-05-19 09:46:48 +00:00
DavHau
fa2bb2d33f
Improvements (#3)
* edd print version and improve UI

* default.nix return attributes

* add readme

* fix readme
2020-04-24 10:35:42 +00:00
DavHau
422b2b307e improve cmdline UI 2020-04-23 04:26:23 +00:00
DavHau
1c364f82ac improve installation for other platforms 2020-04-23 03:54:23 +00:00
DavHau
f576b6abe4 update pypi-deps-db commit 2020-04-22 11:01:11 +00:00
DavHau
454ec4ebe9 init 2020-04-22 09:46:03 +00:00