feat: sims cli as python package
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user