flake: add missing flake-compat input

Thank you past me, you have been great.
This commit is contained in:
raf 2024-08-26 20:36:50 +03:00
commit 798488b399
Signed by: NotAShelf
GPG key ID: AF26552424E53993
2 changed files with 21 additions and 0 deletions

View file

@ -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 @ {