Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
50738b02d0
2 changed files with 6 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -13,11 +13,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4.0.0
|
- uses: actions/checkout@v4.0.0
|
||||||
|
|
||||||
- name: "Install Nix ❄️"
|
- name: "Install Nix ❄️"
|
||||||
uses: cachix/install-nix-action@v23
|
uses: cachix/install-nix-action@v27
|
||||||
|
|
||||||
- name: "Update flake.lock ❄️"
|
- name: "Update flake.lock ❄️"
|
||||||
run: |
|
run: |
|
||||||
nix flake update
|
nix flake update --accept-flake-config
|
||||||
|
|
||||||
- name: "Commit and push"
|
- name: "Commit and push"
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue