refactor: split flake.nix into multiple files

This commit is contained in:
link2xt
2026-05-25 05:14:36 +02:00
committed by l
parent 506a78b5d4
commit 49c30ecc75
12 changed files with 376 additions and 412 deletions

View File

@@ -5,11 +5,13 @@ on:
paths:
- flake.nix
- flake.lock
- nix/**
- .github/workflows/nix.yml
push:
paths:
- flake.nix
- flake.lock
- nix/**
- .github/workflows/nix.yml
branches:
- main
@@ -26,7 +28,7 @@ jobs:
show-progress: false
persist-credentials: false
- uses: cachix/install-nix-action@630ae543ea3a38a9a4166f03376c02c50f408342 # v31.11.0
- run: nix fmt flake.nix -- --check
- run: nix fmt flake.nix nix/ -- --check
build:
name: nix build