Commit 33789843fd00

Vincent Demeester <vincent@sbr.pm>
2019-07-03 16:37:27
machines/hokkaido: fix import typo 🤕
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3d7166c
Changed files (1)
machines/hokkaido.nix
@@ -2,7 +2,7 @@
 
 {
   imports = [
-    ./base.nixo.nix
+    ./base.nixos.nix
   ];
   profiles.zsh = {
     enable = true;