Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/cachix-pusher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "cachix-pusher"

on:
push:
branches:
- 'master'
tags:
- '*'

jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: simula
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
1 change: 1 addition & 0 deletions .github/workflows/nix-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
push:
tags:
- '*'
branches:
- 'main'

Expand Down
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,12 @@

treefmt = {
projectRootFile = "project.godot";

# Nix
programs.nixfmt.enable = true;

# GitHub Actions
programs.actionlint.enable = true;
};

packages = {
Expand Down