Add runner to jude plus module

This commit is contained in:
Greg Hellings
2023-12-12 11:48:48 -06:00
parent 2b09e43623
commit b1d4d72b6b
7 changed files with 124 additions and 6 deletions
+4
View File
@@ -1,6 +1,10 @@
{ pkgs, lib, ... }:
{
imports = [
./ci-runner.nix
];
# Enable flakes
nix = {
package = pkgs.nixFlakes;