mirror of
https://github.com/NotAShelf/Basix.git
synced 2025-10-02 06:53:53 +00:00
flake: add missing flake-compat input
Thank you past me, you have been great.
This commit is contained in:
parent
e09a90124d
commit
798488b399
2 changed files with 21 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
inputs = {
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
flake-compat = {
|
||||
url = "github:edolstra/flake-compat";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue