add flake-compat

This commit is contained in:
WilliButz 2023-09-09 11:35:21 +02:00
parent f89134f9ce
commit 42e9874ace
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
4 changed files with 41 additions and 0 deletions

View file

@ -4,6 +4,10 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
poetry2nix = {
url = "github:nix-community/poetry2nix";