summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-09 15:08:24 -0500
committerSeth Flynn <[email protected]>2025-02-09 15:08:24 -0500
commitf8025915187da6130530a089add5a1658e8f1924 (patch)
tree1e563d09eaaec43c1cb550744a68369369ad2297 /flake.nix
parent44ff26bb67ccbff0121da82072ac527989ac3640 (diff)
nixos/forgejo: add robots.txt
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 490f8b7..11301c5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -64,6 +64,12 @@
};
};
+ # Use their robots.txt
+ codeberg-infra = {
+ url = "https://codeberg.org/Codeberg-Infrastructure/build-deploy-forgejo/archive/codeberg-10.tar.gz";
+ flake = false;
+ };
+
determinate = {
url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
inputs = {