Skip to content

chore: remove requirements.txt and add Nix develop steps in workflow #6

chore: remove requirements.txt and add Nix develop steps in workflow

chore: remove requirements.txt and add Nix develop steps in workflow #6

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- name: nix build
run: nix build
- name: nix develop
run: nix develop -c which gem5.opt