mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 20:22:10 +00:00
Use cachix/install-nix-action
This commit is contained in:
parent
8102cc657f
commit
8577eff37c
1 changed files with 6 additions and 4 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -38,11 +38,13 @@ jobs:
|
|||
image: nixos/nix
|
||||
steps:
|
||||
- name: Download gBar
|
||||
run: |
|
||||
git clone https://github.com/${{github.repository}}
|
||||
cd gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
||||
- name: Build Nix flake
|
||||
run: |
|
||||
nix build --extra-experimental-features nix-command --extra-experimental-features flakes
|
||||
nix build
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue