Enable nix-command feature
Some checks failed
Some checks failed
This commit is contained in:
parent
d6a4b11bac
commit
6d0721feb2
1 changed files with 4 additions and 2 deletions
|
|
@ -23,5 +23,7 @@ jobs:
|
||||||
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel
|
||||||
- name: Push build to attic
|
- name: Push build to attic
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#attic-client -- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
nix --extra-experimental-features nix-command run nixpkgs#attic-client \
|
||||||
nix run nixpkgs#attic-client -- push gospel:nixosConfigs ./result
|
-- login gospel https://attic.kilonull.com ${{ secrets.ATTIC_PUSH_SECRET }}
|
||||||
|
nix --extra-experimental-features nix-command run nixpkgs#attic-client \
|
||||||
|
-- push gospel:nixosConfigs ./result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue