Cleanup codebase

This commit is contained in:
2026-02-26 22:53:10 -05:00
parent 6738c7f4a7
commit 73a264f26c
12 changed files with 289 additions and 534 deletions

View File

@@ -16,10 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v16
with:
name: davegallant
authToken: '${{ secrets.CACHIX_API_KEY }}'
- run: nix-build | cachix push davegallant
- run: nix build .#nixosConfigurations.hephaestus.config.system.build.toplevel --json | jq -r '.[].outputs | to_entries[].value' | cachix push davegallant