diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 15:48:31 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-04 15:48:31 +1000 |
| commit | 981f686a3ca5e0096b41271130b975a0506b1490 (patch) | |
| tree | b808dd0469bd4c8dd160892aab0cc80285e3f46e /.github/workflows | |
| parent | ci: dont test random scheme (diff) | |
| download | caelestia-cli-981f686a3ca5e0096b41271130b975a0506b1490.tar.gz caelestia-cli-981f686a3ca5e0096b41271130b975a0506b1490.tar.bz2 caelestia-cli-981f686a3ca5e0096b41271130b975a0506b1490.zip | |
nix: add with shell package
Also fix ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-flake-inputs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index 79f664b..698f287 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -49,7 +49,7 @@ jobs: run: nix flake update - name: Attempt to build flake - run: nix build + run: nix build '.#with-shell' - name: Test modules run: | |