pruflas: allow some inputs in nix when running in restricted mode (Hydra)
This commit is contained in:
parent
e13a5a6b89
commit
dc03d3f41e
2 changed files with 6 additions and 2 deletions
|
@ -29,11 +29,11 @@
|
|||
url = github:dadada/recipemd/nix-flake;
|
||||
};
|
||||
agenix = {
|
||||
url = "github:ryantm/agenix";
|
||||
url = github:ryantm/agenix;
|
||||
inputs.nixpkgs.follows = "myNixpkgs";
|
||||
};
|
||||
deploy-rs = {
|
||||
url = "github:serokell/deploy-rs";
|
||||
url = github:serokell/deploy-rs;
|
||||
inputs.nixpkgs.follows = "myNixpkgs";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue