Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 24, 2024
1 parent 9968efe commit c9eb931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
# env:
# NIX_BUILD_SHELL: bash
run: |
nix flake update
nix flake lock
nix flake metadata
./nix-rebuild.sh
- uses: actions/upload-artifact@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions nix-rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
set -x
set -e

nix flake update
nix flake lock
nix flake metadata

nix develop --command bash -c "./local-rebuild.sh"

#nix-shell --pure shell.nix --run ./local-rebuild.sh

0 comments on commit c9eb931

Please sign in to comment.