add flake-compat
This commit is contained in:
parent
f89134f9ce
commit
42e9874ace
4 changed files with 41 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue