home

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

commit 643d1756627707ae6e76536ed54abc77aff58f84
parent d4522052a8e2e4da0ca33efcd6ab0d5178c77f2e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 18 Mar 2019 09:30:39 +0100

honshu: disable dev.*

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

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

diff --git a/machines/honshu.nix b/machines/honshu.nix @@ -2,9 +2,6 @@ imports = [ ./base.nix ]; - profiles.dev = { - go.enable = true; - }; profiles.media.enable = true; xdg.configFile."ape.conf".source = ../assets/ape.conf; }