ci: don't rely on direnv for establishing the build env

This commit is contained in:
Aaron Bieber 2023-02-03 06:05:43 -07:00
parent 9c1aa2087c
commit 73a6c216de
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

2
ci
View File

@ -2,6 +2,8 @@
. ./common.sh
nix develop
CMD=${1:-""}
start_ci

View File

@ -18,11 +18,12 @@ in with lib; {
options = {
xinCI = {
enable = mkEnableOption "Configure host as a xin CI host.";
user = mkOption {
type = types.str;
default = "root";
description = ''
User who will own the private key.
User who will own the CI private key.
'';
};
};