rename vars-generate to generate-test-vars
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
./webview-ui/flake-module.nix
|
./webview-ui/flake-module.nix
|
||||||
./distro-packages/flake-module.nix
|
./distro-packages/flake-module.nix
|
||||||
./icon-update/flake-module.nix
|
./icon-update/flake-module.nix
|
||||||
./vars-generate/flake-module.nix
|
./generate-test-vars/flake-module.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
flake.packages.x86_64-linux =
|
flake.packages.x86_64-linux =
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
clan-cli,
|
clan-cli,
|
||||||
}:
|
}:
|
||||||
buildPythonApplication {
|
buildPythonApplication {
|
||||||
name = "vars-generate";
|
name = "generate-test-vars";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
buildInputs = [ (python.pkgs.toPythonModule clan-cli) ];
|
dependencies = [ (python.pkgs.toPythonModule clan-cli) ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
(python.withPackages (ps: [ ps.setuptools ]))
|
(python.withPackages (ps: [ ps.setuptools ]))
|
||||||
];
|
];
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
# devShells.vars-generator = pkgs.callPackage ./shell.nix {
|
# devShells.vars-generator = pkgs.callPackage ./shell.nix {
|
||||||
|
|
||||||
# };
|
# };
|
||||||
packages.vars-generator = pkgs.python3.pkgs.callPackage ./default.nix {
|
packages.generate-test-vars = pkgs.python3.pkgs.callPackage ./default.nix {
|
||||||
inherit (config.packages) clan-cli;
|
inherit (config.packages) clan-cli;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "vars-generate"
|
name = "generate-test-vars"
|
||||||
description = "vars generate"
|
description = "vars generate"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
scripts = { vars-generate = "cli:main.main" }
|
scripts = { generate-test-vars = "generate_test_vars:cli.main" }
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://clan.lol/"
|
Homepage = "https://clan.lol/"
|
||||||
Reference in New Issue
Block a user