summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 73a448ca..3452ee9a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -140,6 +140,12 @@
140 inputs.uv2nix.follows = "uv2nix"; 140 inputs.uv2nix.follows = "uv2nix";
141 inputs.nixpkgs.follows = "nixpkgs"; 141 inputs.nixpkgs.follows = "nixpkgs";
142 }; 142 };
143 gitignore = {
144 type = "github";
145 owner = "hercules-ci";
146 repo = "gitignore.nix";
147 inputs.nixpkgs.follows = "nixpkgs";
148 };
143 149
144 ca-util = { 150 ca-util = {
145 type = "gitlab"; 151 type = "gitlab";