Enable nix-command feature
Some checks failed
Buill NixOS Configurations / build (carbon) (push) Failing after 4s
Buill NixOS Configurations / build (git) (push) Failing after 4s
Buill NixOS Configurations / build (gospel) (push) Failing after 4s
Buill NixOS Configurations / build (node) (push) Failing after 4s

This commit is contained in:
alejandro-angulo 2026-02-16 21:14:53 -08:00
parent d6a4b11bac
commit 6d0721feb2

View file

@ -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