make blank files for nix testing
This commit is contained in:
parent
a170e0e1e0
commit
19066e7370
2 changed files with 9 additions and 0 deletions
0
default.nix
Normal file
0
default.nix
Normal file
9
flake.nix
Normal file
9
flake.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ lib, fetchFromGitHub, jre, makeWrapper, maven }:
|
||||||
|
|
||||||
|
{
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
|
};
|
||||||
|
|
||||||
|
outputs = { };
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue