Jonathan Ringer
Results
83
comments of
Jonathan Ringer
My follow up comment noticed that it was running node2nix at evaluation time, which is probably the root cause
I created a PR to add an overlay: https://github.com/numtide/nix-gl-host/pull/28 The workflow would look like: ```nix # flake.nix import nixpkgs { overlays = [ inputs.nix-gl-host.overlays.default ]; } ``` ```nix # package.nix...
one benefit of using the overlays is that the dependencies would use the ones already available