1
1

WIP
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / build-site (push) Successful in 4s

This commit is contained in:
2026-01-04 02:42:12 -05:00
parent ae7fee9e32
commit 888bff4ec8
2 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
};
nixConfig = {
trusted-substituters = "https://cache.garnix.io";
extra-trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
};
outputs = inputs @ {flake-parts, ...}:
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [

View File

@@ -53,6 +53,8 @@
# https://github.com/nix-community/nix-direnv#home-manager
keep-outputs = true
keep-derivations = true
accept-flake-config = true
'';
# Automate garbage collection