scalpel
scalpel copied to clipboard
Fix URL literals in flake.nix
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.