home

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

commit 0fc635c032f88d2f44c1d8b4678a57a96b58a44b
parent 6cbf298003bb3e6512defa4ed43e1348c5ff54fc
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 25 Aug 2018 18:04:32 +0200

Add docker to shikoku

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

diff --git a/shikoku.nix b/shikoku.nix @@ -7,4 +7,5 @@ ./fish.nix ./ssh.nix ]; + home.packages = with pkgs; [ docker ]; }