diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-24 18:59:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-24 18:59:29 -0700 |
| commit | def6c4bae2e8c635796ca06f4b465844a0d62d3d (patch) | |
| tree | fe9e06885fc8ac4e279acf5236f8e9d038d58bd3 /.github/workflows/ci.yml | |
| parent | install tools with nix instead of brew (diff) | |
| download | infra-def6c4bae2e8c635796ca06f4b465844a0d62d3d.tar.gz | |
add more shell aliases for nix commands
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69d9e69..4d886fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,4 +13,6 @@ jobs: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - name: check configuration - run: nix flake check --all-systems + run: | + nix flake check --all-systems + nix develop -c echo OK |
