oscar: Set BUILDKIT_PROGRESS=plain for simple docker build output
This commit is contained in:
parent
1bdd587830
commit
ccda971ed8
1 changed files with 4 additions and 1 deletions
|
|
@ -97,7 +97,10 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
BUILDKIT_PROGRESS = "plain";
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.chandler.isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue