Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 8, 2024
1 parent 43c2e26 commit 7e062ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-livecd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Livecd
run: |
nix build ".?rev=$(cat .git/refs/heads/trival)#nixosConfigurations.livecd.config.system.build.isoImage" --show-trace -L
nix build ".#nixosConfigurations.livecd.config.system.build.isoImage" --show-trace -L
- name: Compress Build Craft
run: |
tar cvf "./$(date -I).tar" ./result/*
Expand Down

0 comments on commit 7e062ed

Please sign in to comment.