Skip to content

Commit

Permalink
fix(flake): patch spec.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
airone01 authored Dec 4, 2024
1 parent 7c84f95 commit 480c43e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
19 changes: 0 additions & 19 deletions spec.json

This file was deleted.

19 changes: 19 additions & 0 deletions spec.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
enabled = 1;
hidden = false;
description = "r1's NixOS flake";
nixexprinput = "flake";
nixexprpath = "hydra-eval.nix";
checkinterval = 300; # Check every 5 minutes
schedulingshares = 100;
enableemail = false;
emailoverride = "";
keepnr = 3;
inputs = {
flake = {
type = "git";
value = "https://github.com/airone01/flake.git dev";
emailresponsible = false;
};
};
}

0 comments on commit 480c43e

Please sign in to comment.