Flake: get rid of url literal

This commit is contained in:
Toast 2024-01-29 09:53:53 +01:00
parent 92eabd4b92
commit f308ecaa72

View file

@ -62,7 +62,7 @@
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
};
nix-flatpak.url = github:gmodena/nix-flatpak/main;
nix-flatpak.url = "github:gmodena/nix-flatpak/main";
nur.url = "github:nix-community/NUR";