dev: Basic CI config
(cherry picked from commit de4a5a82a4fbdcc9bd786c09dc0f40c8b38a498f)
This commit is contained in:
parent
15b8ce951a
commit
4f12dc0127
1 changed files with 3 additions and 1 deletions
|
|
@ -69,6 +69,8 @@
|
|||
NIX_PATH = "nixpkgs=${inputs.nixpkgs}";
|
||||
};
|
||||
};
|
||||
flake = { };
|
||||
flake = {
|
||||
herculesCI.ciSystems = [ "x86_64-linux" ];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue