actions update

This commit is contained in:
Chris Cochrun 2024-11-28 03:13:07 -06:00
parent bfa6a2eb06
commit 0fef4c7c7f

View file

@ -6,14 +6,7 @@ jobs:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: https://git.madhouse-project.org/actions/nix/install@main - uses: cachix/install-nix-action@v27
with: with:
install-url: "https://nixos.org/nix/install" nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop
- 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!