actions update

This commit is contained in:
Chris Cochrun 2024-11-28 03:04:30 -06:00
parent 6df8a35de5
commit f7d2cc5b14

View file

@ -3,4 +3,13 @@ jobs:
test:
runs-on: native
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!