Skip to content

Commit

Permalink
Merge pull request #48 from tsandrini/parts-update
Browse files Browse the repository at this point in the history
ci(cachix-push): temporarily disable packages
  • Loading branch information
tsandrini authored Aug 5, 2024
2 parents 89740c0 + 2fbaea0 commit 935cd05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cachix-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
nix profile install nixpkgs#nix-fast-build # parallel nix builder
- name: "Building project packages..."
run: nix-fast-build --skip-cached --no-nom --flake ".#packages"
run: nix-fast-build --skip-cached --no-nom

# - name: "Building project packages..."
# run: nix-fast-build --skip-cached --no-nom --flake ".#packages"

- name: "Building project devShells..."
run: nix-fast-build --skip-cached --no-nom --flake ".#devShells"

0 comments on commit 935cd05

Please sign in to comment.