Alexander Bantyev
Alexander Bantyev
AppImage would require a .desktop file in xdg format. I will try to do that.
There's a release containing an AppImage. If that works, then I'll add other dependencies to it. I can't check it works on mainstream distros myself.
Because I'm using `builtins.filterSource`, and I probably shouldn't. I'll try to figure it out on Monday.
@zhenyavinogradov please review again, tests work now
But currently we're making the assumption that `PATH` already contains the `nix-store` binary, which is often not true; This PR really does make `nix copy` and `nix-copy-closure` work in many...
> Maybe it's better to do something like ssh ... sh --login exec nix-store --serve? As far as I remember from my experimentation, `--login` doesn't help. Unless zsh is started...
Doesn't seem to help.
My `--with` flag suggestion is actually `--with `, so like your `--expr-with` suggestion. But having `--with --expr ` is also a possible solution. > The nixpkgs#(expression) syntax would make a...
The aforementioned test passes if I run `nix run . -- ./tests/images/test.saty` with the following `flake.nix` **and latest version of opam-nix** (I have included some new overlays in there that...
The behavior is reproducible with `md -> tex -> pdf` too: ``` $ pandoc --standalone --pdf-engine=xelatex --pdf-engine-opt=-shell-escape --pdf-engine-opt=-output-directory=/tmp/pandoc --slide-level=2 --to beamer --no-highlight --lua-filter minted.lua -o test.tex test.md $ xelatex -shell-escape...