meta: add flake-parts

This commit is contained in:
Max Headroom 2022-12-18 14:02:19 +01:00
parent 4b242de68a
commit fcf61a8f38

View file

@ -205,5 +205,13 @@
poetry2nix.follows = "poetry2nix";
};
};
drv-parts = {
url = "github:DavHau/drv-parts";
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
};
};
};
}