Skip to content

Commit 52eb3a9

Browse files
committed
flake: don't use url literals
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent 83022d6 commit 52eb3a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
inputs = {
3-
flake-utils.url = github:numtide/flake-utils;
4-
nixpkgs.url = github:nixos/nixpkgs;
3+
flake-utils.url = "github:numtide/flake-utils";
4+
nixpkgs.url = "github:nixos/nixpkgs";
55
git-ignore-nix = {
6-
url = github:hercules-ci/gitignore.nix/master;
6+
url = "github:hercules-ci/gitignore.nix/master";
77
inputs.nixpkgs.follows = "nixpkgs";
88
};
99
};

0 commit comments

Comments
 (0)