Last active
January 31, 2022 22:31
-
-
Save spencerjanssen/90627cea757b8097322cbf75f82c0315 to your computer and use it in GitHub Desktop.
trying hydra-github-jobsets-generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in job ‘jobsets’: | |
error: access to canonical path '/nix/store/57904rflsfh46y7fxi62rzc7sidc9vmq-user-environment' is forbidden in restricted mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"enabled": 1, | |
"hidden": false, | |
"description": "GitHub Pull Request Jobset Generator", | |
"nixexprinput": "generator", | |
"nixexprpath": "jobset/generate.nix", | |
"checkinterval": 300, | |
"schedulingshares": 100, | |
"enableemail": false, | |
"emailoverride": "", | |
"keepnr": 3, | |
"inputs": { | |
"generator_config": { | |
"type": "git", | |
"value": "https://github.com/spencerjanssen/dotfiles.git hydra-github-jobsets-generator", | |
"emailresponsible": false | |
}, | |
"generator": { | |
"type": "git", | |
"value": "https://github.com/DeterminateSystems/hydra-github-jobsets-generator.git main", | |
"emailresponsible": false | |
}, | |
"nixpkgs": { | |
"type": "git", | |
"value": "https://github.com/NixOS/nixpkgs.git nixos-unstable-small", | |
"emailresponsible": false | |
}, | |
"pull_requests": { | |
"type": "githubpulls", | |
"value": "spencerjanssen dotfiles", | |
"emailresponsible": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment