Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmatrix: init at 1.0 #62107

Merged
merged 1 commit into from May 27, 2019
Merged

tmatrix: init at 1.0 #62107

merged 1 commit into from May 27, 2019

Conversation

infinisil
Copy link
Member

Motivation for this change

Because it's really cool. Nice package, @M4444!

test

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested execution of all binary files (usually in ./result/bin/)

@ryantm ryantm merged commit ae2f761 into NixOS:master May 27, 2019
@M4444
Copy link

M4444 commented May 27, 2019

@infinisil Thanks for adding this! If you don't mind, I would like to add you to the acknowledgements.
What command does a user need to run to install this package on NixOS?

@infinisil
Copy link
Member Author

@M4444 It will take some time until the package is built and available in the official channels, but after that, nix-env -f channel:nixpkgs-unstable -iA tmatrix should work.

@M4444
Copy link

M4444 commented May 27, 2019

Ok. Is there a way to follow this somewhere and know when it's out so I know when to add the command to the project description?

@infinisil infinisil deleted the add/tmatrix branch May 27, 2019 14:58
@infinisil
Copy link
Member Author

I wish there was! Currently the best I know of is watching nixpkgs-unstable in http://howoldis.herokuapp.com/ and once it updates, check whether the commit there contains tmatrix. I'll put a comment here when I notice it updated.

@M4444
Copy link

M4444 commented May 27, 2019

Got it, thanks.

@infinisil
Copy link
Member Author

@M4444 The channel just updated, nix-env -f channel:nixpkgs-unstable -iA tmatrix can now be used to install tmatrix for Nix / on NixOS :)

@M4444
Copy link

M4444 commented May 28, 2019

Thanks for the notification! Added the command project description.

@M4444
Copy link

M4444 commented Aug 13, 2019

Just wanted to mention that that CMake now also installs the man page, and the newly added shell completion scripts.

@M4444
Copy link

M4444 commented Jul 16, 2020

Now that the package is in the official channel would it be enough to use nix-env -iA tmatrix or nix-env -i tmatrix to install it?

@infinisil
Copy link
Member Author

Yup! Though it's nix-env -iA nixos.tmatrix on NixOS and nix-env -iA nixpkgs.tmatrix on non-NixOS. What works on all Nix systems is nix-env -f '<nixpkgs>' -iA tmatrix though.

@M4444
Copy link

M4444 commented Jul 17, 2020

Got it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants