mirror of
https://github.com/kittywitch/katgba.git
synced 2025-12-22 00:09:17 -08:00
fix: flake-compat
This commit is contained in:
parent
00494c72c2
commit
a84087c06f
2 changed files with 21 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue