Skip to content

Commit 9c28148

Browse files
authored
Merge pull request #1316 from peterbecich/check-develop-shell
check `nix develop` shell is working in GitHub Action
2 parents a6bd75a + ec69e3a commit 9c28148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: "Check `nix develop` shell"
3333
run: nix develop --check
3434

35+
- name: "Check `nix develop` shell can run command"
36+
run: nix develop --command "echo"
37+
3538
- run: nix build
3639

3740
- continue-on-error: false

0 commit comments

Comments
 (0)