Skip to content

Commit

Permalink
Tests: pkgsStatic.nixVersions.nix_2_3
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroRegisPOAR committed Apr 15, 2024
1 parent 2081759 commit bf63a71
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ jobs:
- name: nix build ...
run: |
nix build --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
nix build --rebuild --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
nix \
build \
--no-link \
--print-build-logs \
--print-out-paths \
github:NixOS/nixpkgs/90055d5e616bd943795d38808c94dbf0dd35abe8#pkgsStatic.nixVersions.nix_2_3
# nix build --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
# nix build --rebuild --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
# - name: nix build ...
# run: |
Expand Down

0 comments on commit bf63a71

Please sign in to comment.