home

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

commit 33789843fd006c3b2857a4deab284f63375219d1
parent 3d7166c1d64693a4e9509710f742bbf5f623c6e9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jul 2019 16:37:27 +0200

machines/hokkaido: fix import typo 🤕

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

Diffstat:
Mmachines/hokkaido.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -2,7 +2,7 @@ { imports = [ - ./base.nixo.nix + ./base.nixos.nix ]; profiles.zsh = { enable = true;