-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add a Nix Flake #11
Add a Nix Flake #11
Conversation
This now has a conflict, can you rebase? Thanks! |
@mfontanini Done. |
@@ -28,7 +28,7 @@ fn main() -> io::Result<()> { | |||
output_file.write_all(format!("(\"{theme_name}\", {contents:?}.as_slice()),\n").as_bytes())?; | |||
|
|||
// Rebuild if this theme changes. | |||
println!("cargo:rerun-if-changed={path:?}"); | |||
println!("cargo:rerun-if-changed={}", path.display()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this nice bonus!
@mfontanini - Saw the release note and thought I would mention that this is also packaged and available as a NixOS package. (I'm currently the maintainer) |
Awesome! I'll update that. Would you mind bumping that to 0.3.0? |
Bumping it here:
|
Hi,
I'd like to use
presenterm
and I am a Nix&NixOS user.I've added a simple Nix Flake, based on Flakebox.
In a nutshell, once it lands Nix users can very easily run
presenterm
with:and also include it in their system configurations etc.
Under the hood it has support for other stuff as well, like cross-compilation:
fancy dev shells, etc. But that's a rabbit hole.
I'm planning to try out
presenterm
in a near future and maybe in the future submit it tonixpkgs
(an official repository for Nix packages).Feel free to close if supporting Nix Flakes is not on your radar.