run complement against docker:dind

This commit is contained in:
morguldir 2025-04-21 05:47:13 +02:00
parent 23cc6e7f12
commit 304f44a11b
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3
3 changed files with 59 additions and 17 deletions

View file

@ -2,7 +2,7 @@
inputs = {
attic.url = "github:zhaofengli/attic?ref=main";
cachix.url = "github:cachix/cachix?ref=master";
complement = { url = "github:girlbossceo/complement?ref=main"; flake = false; };
complement = { url = "git+https://forgejo.ellis.link/continuwuation/complement?ref=morguldir/hs-ip"; flake = false; };
crane = { url = "github:ipetkov/crane?ref=master"; };
fenix = { url = "github:nix-community/fenix?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; };
flake-compat = { url = "github:edolstra/flake-compat?ref=master"; flake = false; };