Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
50738b02d0
2 changed files with 6 additions and 8 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue