Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
zackartz 2024-05-31 14:42:31 -04:00
commit 50738b02d0
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 6 additions and 8 deletions

View file

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

View file

@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4.0.0
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v27
- name: "Update flake.lock ❄️"
run: |
nix flake update
nix flake update --accept-flake-config
- name: "Commit and push"
uses: EndBug/add-and-commit@v9