Enable flakes
All checks were successful
Buill NixOS Configurations / build (carbon) (push) Successful in 1m20s
Buill NixOS Configurations / build (git) (push) Successful in 1m13s
Buill NixOS Configurations / build (gospel) (push) Successful in 1m27s
Buill NixOS Configurations / build (node) (push) Successful in 1m18s
All checks were successful
Buill NixOS Configurations / build (carbon) (push) Successful in 1m20s
Buill NixOS Configurations / build (git) (push) Successful in 1m13s
Buill NixOS Configurations / build (gospel) (push) Successful in 1m27s
Buill NixOS Configurations / build (node) (push) Successful in 1m18s
This commit is contained in:
parent
6d0721feb2
commit
ed86e111da
1 changed files with 4 additions and 3 deletions
|
|
@ -20,10 +20,11 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
echo 'Building configuration for ${{ matrix.system }}'
|
echo 'Building configuration for ${{ matrix.system }}'
|
||||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes \
|
||||||
|
build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
- name: Push build to attic
|
- name: Push build to attic
|
||||||
run: |
|
run: |
|
||||||
nix --extra-experimental-features nix-command run nixpkgs#attic-client \
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#attic-client \
|
||||||
-- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
-- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||||
nix --extra-experimental-features nix-command run nixpkgs#attic-client \
|
nix --extra-experimental-features nix-command --extra-experimental-features flakes run nixpkgs#attic-client \
|
||||||
-- push gospel:nixosConfigs ./result
|
-- push gospel:nixosConfigs ./result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue