testing dev shell for python pytest

This commit is contained in:
2025-11-08 07:55:25 -05:00
parent d62076a900
commit b8cc9c5772
3 changed files with 3 additions and 1 deletions

View File

@@ -16,4 +16,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run tests - name: Run tests
run: pytest tests run: nix develop .#devShells.x86_64-linux.default -c pytest tests

View File

@@ -59,6 +59,7 @@
system: system:
import nixpkgs { import nixpkgs {
inherit system; inherit system;
overlays = builtins.attrValues outputs.overlays;
config.allowUnfree = true; config.allowUnfree = true;
} }
); );

View File

@@ -9,6 +9,7 @@
nix nix
home-manager home-manager
git git
my_python
ssh-to-age ssh-to-age
gnupg gnupg