emacs-vm test!
This commit is contained in:
parent
6231373ebc
commit
b7400098b0
7
.github/workflows/weekly-build-cache.yml
vendored
7
.github/workflows/weekly-build-cache.yml
vendored
@ -52,6 +52,12 @@ jobs:
|
|||||||
echo "Building server configuration..."
|
echo "Building server configuration..."
|
||||||
nix build .#nixosConfigurations.server.config.system.build.toplevel --quiet
|
nix build .#nixosConfigurations.server.config.system.build.toplevel --quiet
|
||||||
|
|
||||||
|
- name: Build emacs-vm configuration
|
||||||
|
if: steps.check_changes.outputs.changes == 'true'
|
||||||
|
run: |
|
||||||
|
echo "Building emacs-vm configuration..."
|
||||||
|
nix build .#emacs-vm --quiet
|
||||||
|
|
||||||
- name: Push to cache
|
- name: Push to cache
|
||||||
if: steps.check_changes.outputs.changes == 'true'
|
if: steps.check_changes.outputs.changes == 'true'
|
||||||
run: |
|
run: |
|
||||||
@ -64,6 +70,7 @@ jobs:
|
|||||||
# Push the specific system derivations we just built
|
# Push the specific system derivations we just built
|
||||||
nix build .#nixosConfigurations.workstation.config.system.build.toplevel --print-out-paths | attic push servidos:nixos --stdin
|
nix build .#nixosConfigurations.workstation.config.system.build.toplevel --print-out-paths | attic push servidos:nixos --stdin
|
||||||
nix build .#nixosConfigurations.server.config.system.build.toplevel --print-out-paths | attic push servidos:nixos --stdin
|
nix build .#nixosConfigurations.server.config.system.build.toplevel --print-out-paths | attic push servidos:nixos --stdin
|
||||||
|
nix build .#emacs-vm --print-out-paths | attic push servidos:nixos --stdin
|
||||||
|
|
||||||
- name: Commit updated flake.lock
|
- name: Commit updated flake.lock
|
||||||
if: steps.check_changes.outputs.changes == 'true'
|
if: steps.check_changes.outputs.changes == 'true'
|
||||||
|
|||||||
1225
flake.lock
generated
1225
flake.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user