feat: sims cli as python package

This commit is contained in:
2026-05-03 22:19:52 +02:00
parent afcf8d51fe
commit 0cd58f4a1f
6 changed files with 171 additions and 60 deletions

View File

@@ -32,13 +32,9 @@
{
formatter = pkgs.nixfmt-rfc-style;
devShells.default = pkgs.callPackage ./nix/shell.nix { inherit pkgs; };
packages = {
packages = rec {
default = pkgs.callPackage ./nix/derivation.nix { inherit (pkgs) lib python3Packages; };
sims-cli = pkgs.writeShellApplication {
name = "sims-cli";
runtimeInputs = [ pkgs.dbus ];
text = builtins.readFile ./scripts/sims-cli.sh;
};
sims = default;
};
apps.default = {
type = "app";