Skip to content

Commit

Permalink
Add homestar (#1)
Browse files Browse the repository at this point in the history
* add homestar package, updates and cleanup

* fix github action
  • Loading branch information
walkah authored Jan 25, 2024
1 parent 22f9147 commit dd96488
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 522 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v3
name: 📤 Checkout
- uses: cachix/install-nix-action@v20
name: ❄️ Set up Nix
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-22.11
- uses: cachix/cachix-action@v12
nix_path: nixpkgs=channel:nixos-23.11
- uses: cachix/cachix-action@v14
name: 🧰 Cachix
with:
name: fission-codes
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: 🏗️ Build
run: nix-build
run: nix build .#homestar
Loading

0 comments on commit dd96488

Please sign in to comment.