Skip to content

Commit 0644b64

Browse files
authored
Merge pull request #800 from morphqdd/799
Fixing an error in the installation instructions using nix
2 parents b33b581 + 17f80c5 commit 0644b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can also include EOLANG in your own flake:
4040
```nix
4141
{
4242
inputs = {
43-
eoc.url = "github:objectionary/eolang";
43+
eoc.url = "github:objectionary/eoc";
4444
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
4545
};
4646

0 commit comments

Comments
 (0)