commit a8ec25929775c7a6a0dca96935100e429d7d14a8 Author: Marty Sluijtman Date: Fri Dec 22 19:33:51 2023 +0100 Initial commit diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..46cc599 --- /dev/null +++ b/flake.nix @@ -0,0 +1,5 @@ +{ + description = "A few hydra jobs"; + inputs = { + }; +}