make blank files for nix testing

This commit is contained in:
katherine rl hearth 2026-02-22 11:20:57 -06:00
parent a170e0e1e0
commit 19066e7370
2 changed files with 9 additions and 0 deletions

0
default.nix Normal file
View file

9
flake.nix Normal file
View file

@ -0,0 +1,9 @@
{ lib, fetchFromGitHub, jre, makeWrapper, maven }:
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs = { };
}