Compare commits
1 Commits
v0.0.1-dev
...
v0.0.1-dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d085b79cc |
@@ -21,10 +21,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
pythonInterpreter = pkgs.python313;
|
pythonInterpreter = pkgs.python313;
|
||||||
|
|
||||||
|
pythonPackage = pkgs.python3Packages.buildPythonPackage {
|
||||||
|
name = "release-action";
|
||||||
|
src = ./.;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
pkgs.envsubst
|
||||||
pkgs.just
|
pkgs.just
|
||||||
pkgs.gitea-actions-runner
|
pkgs.gitea-actions-runner
|
||||||
(pythonInterpreter.withPackages
|
(pythonInterpreter.withPackages
|
||||||
|
|||||||
Reference in New Issue
Block a user