Skip to content

Commit

Permalink
ci: add garnix config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Jan 24, 2024
1 parent 145a822 commit 74f1061
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
description = "Minimal, blazing fast Node.js script runner";

nixConfig = {
extra-substituters = ["https://cache.garnix.io"];
extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="];
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
Expand Down
6 changes: 6 additions & 0 deletions garnix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
builds:
exclude: []
include:
- "packages.x86_64-linux.*"
- "packages.aarch64-linux.*"
- "packages.aarch64-darwin.*"

0 comments on commit 74f1061

Please sign in to comment.