This commit is contained in:
David Arnold 2021-07-07 17:11:59 -05:00 committed by David Arnold
parent 33fb25e011
commit bf59976063
2 changed files with 6 additions and 0 deletions

View File

@ -459,6 +459,9 @@
"latest": "latest",
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nixpkgs": [
"nixos"
],
"nur": "nur",
"nvfetcher": "nvfetcher"
}

View File

@ -14,6 +14,9 @@
deploy.url = "github:serokell/deploy-rs";
deploy.inputs.nixpkgs.follows = "nixos";
# remove after https://github.com/NixOS/nix/pull/4641
nixpkgs.follows = "nixos";
ci-agent = {
url = "github:hercules-ci/hercules-ci-agent";
inputs = { nix-darwin.follows = "darwin"; nixos-20_09.follows = "nixos"; nixos-unstable.follows = "latest"; };