Skip to content

Commit 0d62e89

Browse files
committed
year up to 2026
1 parent c9bf0f1 commit 0d62e89

File tree

6 files changed

+2926
-2926
lines changed

6 files changed

+2926
-2926
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ brew install objectionary/eoc/eolang@0.33.3
3232
Or install it via [Nix flakes](https://nixos.wiki/wiki/Flakes):
3333

3434
```bash
35-
nix run github:objectionary/eoc
35+
nix run github:objectionary/eoc
3636
```
3737

3838
You can also include EOLANG in your own flake:
@@ -53,7 +53,7 @@ You can also include EOLANG in your own flake:
5353
};
5454
}
5555
];
56-
}
56+
}
5757
};
5858
}
5959
```

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
{
44
description = "Command-line toolkit for parsing, compiling, transpiling, optimizing, linking, dataizing, and running EOLANG programs";
5-
5+
66
inputs = {
77
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
88
flake-utils.url = "github:numtide/flake-utils";

0 commit comments

Comments
 (0)