Skip to content

Commit

Permalink
Fix typo in ReadMe (numtide#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMalka authored Jul 11, 2023
1 parent dbabf0c commit 919d646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Eg (in your `flake.nix`):
# 1. Defined a "systems" inputs that maps to only ["x86_64-linux"]
inputs.systems.url = "github:nix-systems/x86_64-linux";
inputs.flake-utils.src = "github:numtide/flake-utils";
inputs.flake-utils.url = "github:numtide/flake-utils";
# 2. Override the flake-utils default to your version
inputs.flake-utils.inputs.systems.follows = "systems";
Expand Down

0 comments on commit 919d646

Please sign in to comment.