We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef446a7 commit 995247bCopy full SHA for 995247b
.github/workflows/nix.yml
.github/workflows/pythonapp.yml
@@ -23,10 +23,8 @@ jobs:
23
with:
24
name: pysisyphus
25
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
26
- - run: nix flake --allow-import-from-derivation check
27
- - run: nix build --print-build-logs
28
- - run: nix develop --command echo ""
29
-
+ - run: nix-build nix/
+ - run: nix-shell nix/ --run "echo OK"
30
build:
31
runs-on: ubuntu-latest
32
steps:
0 commit comments