Commit graph

224 commits

Author SHA1 Message Date
DavHau
e6df0f7437 fix dates in changelog 2020-11-29 12:23:13 +07:00
DavHau
1ec92303ac fix changelog 2020-11-27 14:02:17 +07:00
DavHau
8e6913f1a4 CI: load version from MACHNIX_VERSION 2020-11-27 13:54:54 +07:00
DavHau
b64aab5282 version 3.1.1 2020-11-27 13:38:43 +07:00
DavHau
0371b76e01 Fix CI 2020-11-27 13:24:34 +07:00
DavHau
42bc08f8f9 move flake.lock to mach_nix dir and symlink 2020-11-27 12:41:22 +07:00
DavHau
84383f85ae version 3.1.0 2020-11-27 01:08:36 +07:00
DavHau
82add91944 Revert "add hint for experimental cmdline interface"
This reverts commit e3ea3ace
2020-11-25 16:05:47 +07:00
DavHau
c00418c4a7 use inputs from flake.lock also in non-flake mode 2020-11-25 15:27:46 +07:00
DavHau
28800e47ef add library functions to flakes 2020-11-25 14:09:40 +07:00
DavHau
c3f99612a8 Merge remote-tracking branch 'nat543207/flake-compat' 2020-11-25 13:47:11 +07:00
DavHau
fb4940f722 Merge branch 'flake.nix' 2020-11-25 11:26:25 +07:00
DavHau
88300d4b5d fix: match behavior of cmdline api and nix api 2020-11-24 16:43:41 +07:00
DavHau
f1b3d620e5 update index for examples.md 2020-11-23 15:11:00 +07:00
DavHau
0d6f1f218a add example for jupyterWith 2020-11-23 15:09:14 +07:00
DavHau
bbe8558348 update readme 2020-11-21 14:21:48 +07:00
DavHau
6d6d252814 Add beta version hint 2020-11-21 13:43:35 +07:00
DavHau
e3ea3aceed add hint for experimental cmdline interface 2020-11-21 10:57:08 +07:00
DavHau
9f30dc7fdb fix readme underscore example 2020-11-17 18:31:27 +07:00
DavHau
22da85eae4 fix: docker images corrupt; stop using buildEnv for mkPython 2020-10-29 10:33:00 +07:00
Nathan Joss (nat543207)
a319310f42 Pass pkgs to extractor instead of referencing <nixpkgs> 2020-10-28 17:18:16 -07:00
DavHau
afff96fba5 fix typo in readme 2020-10-28 18:33:02 +07:00
DavHau
9aa62d0d03 version 3.0.2 2020-10-27 17:25:57 +07:00
DavHau
d3c862dc3e fix macos wheel selection unit tests 2020-10-27 17:16:41 +07:00
DavHau
e5940645de fix: prioritize nixpkgs attr with closest name, to prevent infinite recursion 2020-10-27 17:03:44 +07:00
DavHau
53c0ed1b96 add test for dateutil alias infinite recursion 2020-10-27 16:34:03 +07:00
DavHau
3acbfc2ebd remove some wheel types for macos 2020-10-27 10:19:44 +07:00
DavHau
9856807769 fix macos wheel selection and add tests for it 2020-10-27 09:47:02 +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
967b21f331 fix: "\u characters in JSON strings are currently not supported" 2020-10-24 16:26:26 +07:00
DavHau
7f54e0678e version 3.0.1 2020-10-21 14:46:47 +07:00
DavHau
ac1da818d2 remove obsolete orange3 patch (due to new autoPatchelfHook) 2020-10-21 14:18:19 +07:00
DavHau
de9bcb6eba fix missing providers/versions in printed dep tree 2020-10-20 18:56:37 +07:00
DavHau
b6085ed739 update autoPatchelfHook with some improvements 2020-10-20 18:56:12 +07:00
Serge Ko
420e35c0c5 fix: rm non-existing ${system}s, add .lib output 2020-10-20 13:49:37 +03:00
DavHau
ecbfbd3057 CI: only execute for py ver 3.7 2020-10-20 16:22:12 +07:00
DavHau
5b77d1c846 fix circular dependency detection + removal 2020-10-20 13:27:40 +07:00
DavHau
0d0d2003f9 update deps-db and nixpkgs 2020-10-19 22:46:38 +07:00
DavHau
d9ff596465 fix debug.py 2020-10-19 22:45:49 +07:00
DavHau
ee50522a22 fix changelog 3.0.0 2020-10-19 11:26:18 +07:00
Jeet Ray
8db91624a6
Replaced use of "self" with a recursive set, and applied "flattenTree" as per Nix flake[-utils] specification 2.0 (#160)
* Replaced use of "self" with a recursive set, and applied "flattenTree" as per Nix flake[-utils] specification
2020-10-14 18:57:29 +07:00
DavHau
0739c43742 fix readme example 2020-10-14 13:40:44 +07:00
DavHau
55dc5a95aa fix link in readme 2020-10-14 03:30:38 +07:00
DavHau
f80ee222d9 remove comment in readme 2020-10-14 03:19:19 +07:00
DavHau
2f9b022d91
Release 3.0.0 (#159)
* fix non-python packages passed via packagesExtra

* refactor examples and readme for 3.0.0

* add changelog for 3.0.0

* bump version to 3.0.0 and update nixpkgs and pypi-deps-db dependencies
2020-10-14 03:17:27 +07:00
DavHau
72157591ff fix wrong python passed to python-deps.nix 2020-10-14 00:35:26 +07:00
DavHau
abaf0355fe move python attribute to mach-nix import 2020-10-14 00:29:27 +07:00
InLaw
afcb1e9bf2
Add ci (#156)
Add CI
2020-10-13 21:39:18 +07:00
DavHau
828ba2e772 throw error when pkgs / pypi_deps_db_xxx args are used with mkPython 2020-10-13 19:50:13 +07:00