Skip to content

Commit

Permalink
Merge pull request #7 from snowflakelinux/snowfall
Browse files Browse the repository at this point in the history
Use Snowfall lib
  • Loading branch information
vlinkz authored Nov 12, 2023
2 parents 0f74f7b + 2b8d842 commit 0b4d027
Show file tree
Hide file tree
Showing 10 changed files with 692 additions and 602 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build
id: build
run: |
nix build --log-format raw -v
nix build .#install-isoConfigurations.snowflakeos --log-format raw -v
echo "::set-output name=release::$(ls result/iso | grep iso | sed "s/-/\n/g" | head -n2 | tail -n1)"
echo "::set-output name=file::$(ls result/iso | grep iso | head -n1)"
- name: Upload Artifacts
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.direnv
/.vscode
/result
*.iso
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Previous builds can be found in this repositories [GitHub Actions](https://githu
## How to build

1) Clone this repository and navigate to the project directory
2) `nix build`
2) `nix build .#install-isoConfigurations.snowflakeos`
3) The resulting ISO file will be linked in `result/iso/snowflakeos-<version>.iso`

[builtwithnix badge]: https://img.shields.io/badge/Built%20With-Nix-41439A?style=for-the-badge&logo=nixos&logoColor=white
Expand Down
Loading

0 comments on commit 0b4d027

Please sign in to comment.