Skip to content

Commit

Permalink
flake: don't use url literals
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Nov 9, 2024
1 parent 83022d6 commit 52eb3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
inputs = {
flake-utils.url = github:numtide/flake-utils;
nixpkgs.url = github:nixos/nixpkgs;
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs";
git-ignore-nix = {
url = github:hercules-ci/gitignore.nix/master;
url = "github:hercules-ci/gitignore.nix/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit 52eb3a9

Please sign in to comment.