diff options
| author | Fuwn <[email protected]> | 2025-05-26 06:04:53 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-26 06:04:53 +0000 |
| commit | 651df6c542047325bf4caa5a42bd9a8eeba8693a (patch) | |
| tree | 4090e2cd4e4590e32502d26ea9aedbf4f90d262b | |
| parent | chore(README): Update copyright year (diff) | |
| download | yae-651df6c542047325bf4caa5a42bd9a8eeba8693a.tar.xz yae-651df6c542047325bf4caa5a42bd9a8eeba8693a.zip | |
chore(flake): Report Unix platforms support
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ license = licenses.gpl3Only; maintainers = [ maintainers.Fuwn ]; mainPackage = name; - platforms = platforms.linux; + platforms = platforms.unix; }; yae = |