Skip to content

Commit

Permalink
Merge pull request cargo2nix#335 from eclairevoyant/fix-flake
Browse files Browse the repository at this point in the history
flake: quote urls
  • Loading branch information
psionic-k authored Nov 3, 2023
2 parents f4fecb2 + 8cce348 commit c6f3305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
};
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
url = github:edolstra/flake-compat;
url = "github:edolstra/flake-compat";
flake = false;
};
};

outputs = inputs: with inputs;
let
overlays = import ./overlay (rust-overlay.overlays.default);
Expand Down

0 comments on commit c6f3305

Please sign in to comment.