scalpel icon indicating copy to clipboard operation
scalpel copied to clipboard

Fix URL literals in flake.nix

Open Lehmanator opened this issue 10 months ago • 0 comments

There is a new Nix experimental-feature: "no-url-literals" that disallows using unquoted URL literals. This is currently behind a flag, but is slated to become the default in the future. This PR fixes the flake.nix file to work when URL literals are disabled.

Lehmanator avatar Dec 09 '24 17:12 Lehmanator