diff options
| -rw-r--r-- | default.nix | 4 | ||||
| -rw-r--r-- | jobset-spec.json | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix index eab21e6..52b67b9 100644 --- a/default.nix +++ b/default.nix @@ -1,7 +1,7 @@ -{ nixpkgs ? (import <nixpkgs> {}), declInput = null, ...}: +{ nixpkgs ? (import <nixpkgs> {}), declInput ? null, ...}: { - jobsets = pkgs.writeText "jobset-spec.json" (builtins.toJSON { + jobsets = nixpkgs.writeText "jobset-spec.json" (builtins.toJSON { enabled = 1; hidden = false; description = "orbekk's NixOS configuration"; diff --git a/jobset-spec.json b/jobset-spec.json new file mode 100644 index 0000000..2ace2b5 --- /dev/null +++ b/jobset-spec.json @@ -0,0 +1 @@ +{"checkinterval":300,"description":"orbekk's NixOS configuration","emailoverride":"","enabled":1,"enableemail":false,"hidden":false,"inputs":{"nixpkgs":{"type":"git","value":"https://github.com/NixOS/nixpkgs-channels.git"},"src":{"type":"git","value":"https://git.orbekk.com/git/nixos-config.git"}},"keepnr":0,"nixexprinput":"src","nixexprpath":"release.nix","schedulingshares":100}
\ No newline at end of file |
