fix: flake-compat

This commit is contained in:
Kat Inskip 2025-07-24 20:05:21 -07:00
parent 00494c72c2
commit a84087c06f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 21 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{
description = "gba";
inputs = {
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
crane.url = "github:ipetkov/crane";
flake-utils.url = "github:numtide/flake-utils";