Markus Kohlhase
Markus Kohlhase
Tanks for reporting this error. Feel free to fix it, because #99
This is an awesome idea! Do you know any libs that could help us to implement this feature?
> @flosse I am not quite sure what would be stopping you. the missing time ;-) > Everyone has git installed, so you would not have to install nodegit (which...
@andoriyu Thanks for your help. Actually I had to call `nix-shell -p binutils` first because `$NIX_CC` is not set in my `zsh`.
... ok, it seems that it still does not work for me :disappointed: ``` error from HTML pipeline Caused by: 0: error from asset pipeline 1: sass call returned a...
> In terms of an easy improvement that trunk could provide for NixOS users, a config option letting us specify a path to the binary would be fantastic. This is...
@andoriyu I installed `dart-sass` with your flake but unfortunately it does not work: ```sh $ sass index.sass Loading failed: Expected little-endian ELF object. VM initialization failed: Invalid vm isolate snapshot...
@jordanisaacs I tried to follow your instructions but I was not able to get `dart-sass` working :( I even tried to run your [original flake](https://github.com/jordanisaacs/linkclub): ```sh git clone https://github.com/jordanisaacs/linkclub cd...
FYI: I now was able somehow to make it work. If you're enabled flake support you can install `dart-sass` with the following command: ``` nix profile install github:flosse/flake#dart-sass ```
cool! Do you have an svg file or so?