I thought I'd dedicate a topic to catalogue ideas for OSS contributions.
haskell-flake
in pandocPandoc's author is receptive to modernizing the flake.nix
to use haskell-flake. If anybody's interested: https://github.com/jgm/pandoc/issues/8818
Problem: Linux doesn't have portable binaries like windows - download exe from a site and double click to run.
I think we could build something based off nix, which runs on any distro and sets up /nix under some X, and allows people to run all nix binaries directly on any distro.
Example:
makeitrun reptyr - launches reptyr as of nixos unstable / latest stable.
X:
makeitrun itself must be a statically linked binary - so that it can run without relying on any glibc etc.
What do you peeps thing about it?
Anybody want to add a NixOS service module for this?
Srid said:
Use
haskell-flake
in pandocPandoc's author is receptive to modernizing the
flake.nix
to use haskell-flake. If anybody's interested: https://github.com/jgm/pandoc/issues/8818
https://github.com/jgm/pandoc/pull/9952
Last updated: Nov 21 2024 at 11:14 UTC