meta: add flake-parts
This commit is contained in:
parent
4b242de68a
commit
fcf61a8f38
1 changed files with 8 additions and 0 deletions
|
@ -205,5 +205,13 @@
|
||||||
poetry2nix.follows = "poetry2nix";
|
poetry2nix.follows = "poetry2nix";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
drv-parts = {
|
||||||
|
url = "github:DavHau/drv-parts";
|
||||||
|
inputs = {
|
||||||
|
flake-parts.follows = "flake-parts";
|
||||||
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue