summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-16 07:56:05 -0400
committerseth <[email protected]>2023-05-16 07:56:05 -0400
commit75d2be06035dd8ae3065bda0da36644c109b1aba (patch)
treec8147adb0e58aad406f9a6607dbdfc343dd6c859 /flake.nix
parentf64ebd9402c03de16ec11b0986a42416a25bd2ac (diff)
ensure reproducibility with hci-agent & website
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 592cac8..7507367 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,7 +36,6 @@
};
getchoo-website = {
url = "github:getchoo/getchoo.github.io";
- inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
};
guzzle_api = {
@@ -46,7 +45,6 @@
};
hercules-ci-agent = {
url = "github:hercules-ci/hercules-ci-agent";
- inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-parts.follows = "flake-parts";
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
};