We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
develop
1 parent bec0213 commit bd20513Copy full SHA for bd20513
.github/workflows/nix.yml
@@ -11,5 +11,7 @@ jobs:
11
- uses: DeterminateSystems/magic-nix-cache-action@main
12
- name: "Check `nix develop` shell"
13
run: nix develop --check
14
+ - name: "Check `nix develop` shell can run command"
15
+ run: nix develop --command "echo"
16
- run: nix build
17
- run: nix flake check
0 commit comments