Merge pull request #2 from sandydoo/fix-ci

This commit is contained in:
Zachary Myers 2024-05-31 13:59:05 -04:00 committed by GitHub
commit ee17eddd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,19 +32,17 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: "Install Nix ❄️" - name: "Install Nix ❄️"
uses: cachix/install-nix-action@v26 uses: cachix/install-nix-action@v27
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- name: "Install Cachix ❄️" - name: "Install Cachix ❄️"
uses: cachix/cachix-action@v14 uses: cachix/cachix-action@v15
with: with:
name: zackartz name: zackartz
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: "Build NixOS config ❄️" - name: "Build NixOS config ❄️"
env:
CACHIX_SIGNING_KEY: "${{ secrets.CACHIX_SIGNING_KEY }}"
run: | run: |
nix build .\#nixosConfigurations."earth".config.system.build.toplevel nix build .\#nixosConfigurations."earth".config.system.build.toplevel