Closed RCasatta closed 4 months ago
Hi @RCasatta , thank you very much for this contribution. Unfortunately i have 0 experience with nix. I guess it's finally time to look into it 😄
I must say i did not enjoy my first time using nix. The error messages were very confusing and i had to google them. Turns out instead of just running nix build
i had to either run this monstrosity: nix --extra-experimental-features nix-command --extra-experimental-features flakes build
or edit my config to add this: experimental-features = nix-command flakes
before a normal nix build
would work.
Anyways i replicated this using crane
and successfully build sling with it using nix.
thanks for merging, sorry that I forgot to mention the experimental features were needed,
the flake.nix has been initialized with:
This allows to build the project with
Which is useful to integrate the plugin in nix systems