Skip to content

Instantly share code, notes, and snippets.

@spencerjanssen
Last active January 31, 2022 22:31
Show Gist options
  • Save spencerjanssen/90627cea757b8097322cbf75f82c0315 to your computer and use it in GitHub Desktop.
Save spencerjanssen/90627cea757b8097322cbf75f82c0315 to your computer and use it in GitHub Desktop.
trying hydra-github-jobsets-generator
in job ‘jobsets’:
error: access to canonical path '/nix/store/57904rflsfh46y7fxi62rzc7sidc9vmq-user-environment' is forbidden in restricted mode
{
"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