home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit eed58504cad6cecac652605c8b69444fcaf37281
parent 3a599ced7bd8dcf07f2247042ab4069dbc1f6359
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 10 Sep 2018 16:23:28 +0200

Add DOCKER_BUILDKIT=1 to shikoku

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mshikoku.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/shikoku.nix b/shikoku.nix @@ -14,6 +14,9 @@ ./fish.nix ./ssh.nix ]; + xdg.configFile."fish/conf.d/docker.fish".text = '' + set -gx DOCKER_BUILDKIT 1 + ''; home.packages = with pkgs; [ vscode zoom-us