Commit graph

247 commits

Author SHA1 Message Date
DavHau
ac62255e81 version 3.2.0 2021-03-12 12:47:01 +07:00
DavHau
afcfd0d15b add sdist output to flake 2021-03-12 12:37:07 +07:00
DavHau
42abe60fb8 add pre-commit hook for VERSION file 2021-03-12 12:31:06 +07:00
DavHau
42020f8757 update flake.lock 2021-03-11 16:21:03 +07:00
DavHau
bbfe24052d fix: wrong python chosen when cross building 2021-03-10 15:51:13 +07:00
DavHau
3ab97d63c1 feature: new argument 'ignoreCollisions' 2021-03-10 15:33:59 +07:00
DavHau
235a0a81d0 pkg-fix: google-auth misses six 2021-02-26 12:11:45 +07:00
DavHau
57959a9ed5 add .expr attribute to mkPython 2021-02-26 12:11:06 +07:00
DavHau
5768a1ec6e .envrc + .gitignore changes 2021-02-26 12:10:27 +07:00
DavHau
afa94cb61c change VERSION to 'master' 2021-02-18 15:56:16 +07:00
DavHau
6473903da7 fix: collision when overriding nixpgs 2021-02-17 16:52:24 +07:00
DavHau
876b78bcb4
Merge pull request #235 from kwzrd/kwzrd/readme
Improve Readme style & fix typo
2021-02-15 12:31:02 +07:00
kwzrd
01c3ff9b74
Readme: improve style & fix typo 2021-02-14 12:21:54 +01:00
DavHau
f967f0fd51
Merge pull request #230 from ingve/readme-fix
Readme: Fix typo
2021-02-05 00:18:12 +07:00
Ingve Vormestrand
cead5970fd Readme: Fix typo 2021-02-03 13:16:41 +01:00
InLaw
f75bd25168
Update nixpkgs.py (#218) 2021-01-23 01:19:44 +07:00
InLaw
0aa868eb2b
Update examples.md (#217) 2021-01-23 01:17:56 +07:00
InLaw
ae82925edc
Update fixes.nix (#225)
not mixing python27 and python3x
- could be used with python defined in default.nix (args) - if python would be inherited
2021-01-23 01:12:21 +07:00
InLaw
a81b0b5fe0
Update Readme.md (#219)
machnix to mach-nix
2021-01-17 22:37:17 +07:00
InLaw
44a3d1ce99
Update examples.md (#215)
update _pre to Pre and _post to Post overrides
2021-01-17 22:21:09 +07:00
DavHau
c4ef8f4a01 add fix for cartopy 2020-12-21 13:55:17 +07:00
DavHau
20e50610f2 also replace nativeBuildInputs on overridden nixpkgs candidates 2020-12-21 13:40:59 +07:00
DavHau
8a719adddf remove unnecessary env passthru attribute 2020-12-03 23:40:18 +07:00
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