actions update
This commit is contained in:
parent
6df8a35de5
commit
f7d2cc5b14
|
@ -3,4 +3,13 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.madhouse-project.org/actions/nix/develop@main
|
- uses: https://git.madhouse-project.org/actions/nix/install@main
|
||||||
|
with:
|
||||||
|
install-url: "https://nixos.org/nix/install"
|
||||||
|
- name: Run something in a development environment
|
||||||
|
uses: https://git.madhouse-project.org/actions/nix/develop@main
|
||||||
|
with:
|
||||||
|
flake: .
|
||||||
|
package: # no default, see above
|
||||||
|
run: |
|
||||||
|
# No default here, either!
|
||||||
|
|
Loading…
Reference in a new issue