Commit 80557075955c

Vincent Demeester <vincent@sbr.pm>
2021-09-01 17:57:44
systems: small change/test in naruhodo
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3494499
Changed files (1)
systems
systems/hosts/naruhodo.nix
@@ -1,4 +1,8 @@
-{ pkgs, lib, ... }:
+{ sources ? import ../../nix
+, lib ? sources.lib
+, pkgs ? sources.pkgs { }
+, ...
+}:
 
 with lib;
 let