We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83022d6 commit 52eb3a9Copy full SHA for 52eb3a9
flake.nix
@@ -1,9 +1,9 @@
1
{
2
inputs = {
3
- flake-utils.url = github:numtide/flake-utils;
4
- nixpkgs.url = github:nixos/nixpkgs;
+ flake-utils.url = "github:numtide/flake-utils";
+ nixpkgs.url = "github:nixos/nixpkgs";
5
git-ignore-nix = {
6
- url = github:hercules-ci/gitignore.nix/master;
+ url = "github:hercules-ci/gitignore.nix/master";
7
inputs.nixpkgs.follows = "nixpkgs";
8
};
9
0 commit comments