Skip to content

Releases: TyberiusPrime/anysnake2

1.0.6 - multiple input flakes

13 Dec 14:21
Compare
Choose a tag to compare

Flake inputs weren't sorted,
leading to unfortunaty rebuilds.

That's been fixed.

Allow ?rev=xyz on clone urls

13 Dec 09:34
Compare
Choose a tag to compare

Cloning now supports checkout of arbitrary versions

1.0.4 - ?dir in flakes

10 Dec 11:21
Compare
Choose a tag to compare

This fixes a bug where you couldn't specify a flake in a github repo's subdirectory via
url="github:user/repo?dir=path" because it was adding ?rev= instead of &rev=.

1.0.3

03 Dec 12:01
Compare
Choose a tag to compare

No longer rebuild rpy2 because an R package was added / removed

No-python-only-R

01 Dec 15:18
Compare
Choose a tag to compare

a bug prevented only-R anysnake2.tomls from working correctly.
This has been fixed.

1.0.1 - R fix

01 Dec 13:37
Compare
Choose a tag to compare

Fixed rpy2 pulling nixpkg-rPackages instead of using the correct ones from r_ecosystem_track.

1.0 release!

30 Nov 13:52
Compare
Choose a tag to compare

All the features we are aiming for are in place,
and we've added some integration test cases.

So this is as good a time to release the 1.0.0 as any.

0.9

24 Nov 15:20
Compare
Choose a tag to compare
0.9
  • use r_ecosystem_track for R packages (at last!)
  • newer mach-nix that avoids the DavHau/mach-nix#287 bug.

jupyter support, dtach fixes, tmux/screen support, pip editable fixes

18 Nov 12:22
Compare
Choose a tag to compare

Lot's of minor tweaks,

  • detect Jupyter and irkernel (R side) and link correctly
  • dtach no longer eating one page worth of terminal
  • autodetect tmux/screen, then don't dtach
  • pip editable correctly works without clones
  • better python version parsing

0.7.1

03 Nov 14:09
Compare
Choose a tag to compare
  • editable python packages also present in 'develop'
  • works again without python & rust being used
  • autodetect tmux & screen, if so, don't use dtach
  • sysexit codes
  • dtach no longer 'eating' the nix command being used
  • jupyter detection and kernel placement for python and R