mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
nix: fix platforms meta
This commit is contained in:
+1
-1
@@ -81,6 +81,6 @@ python3.pkgs.buildPythonApplication {
|
||||
homepage = "https://github.com/caelestia-dots/cli";
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "caelestia";
|
||||
platforms = lib.platforms.all;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user