home

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

commit 018d7d78f8b4f75b0ee4b5a985c338a9bb105194
parent 5570b8c5f7d6a6d9f5fd00c2118b02035950fff9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 21 Jun 2020 19:28:22 +0200

systems/hokkaido: fix home 🙃

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

Diffstat:
Msystems/naruhodo.home.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/systems/naruhodo.home.nix b/systems/naruhodo.home.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ pkgs, lib, ... }: with lib; let @@ -10,7 +10,7 @@ in imports = [ (import ../users/vincent/core) # mails - (import ../users/vincent/mails { inherit hostname; }) + (import ../users/vincent/mails { inherit hostname pkgs; }) # dev (import ../users/vincent/dev) # containers