home

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

commit 80557075955ce98958c29a1b2c0110ae4e93b322
parent 349449901b1276f781e9f264171ffa5391f94335
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  1 Sep 2021 17:57:44 +0200

systems: small change/test in naruhodo

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

Diffstat:
Msystems/hosts/naruhodo.nix | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/systems/hosts/naruhodo.nix b/systems/hosts/naruhodo.nix @@ -1,4 +1,8 @@ -{ pkgs, lib, ... }: +{ sources ? import ../../nix +, lib ? sources.lib +, pkgs ? sources.pkgs { } +, ... +}: with lib; let