put liminix-tools in package overlay

This commit is contained in:
Daniel Barlow
2022-09-22 11:10:41 +01:00
parent 4eea1b1f18
commit e46abbccca
6 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ config, tools, pkgs } :
{ config, pkgs } :
let
inherit (tools.networking) interface address udhcpc odhcpc;
inherit (tools.services) oneshot longrun bundle target output;
inherit (pkgs.liminix.networking) interface address udhcpc odhcpc;
inherit (pkgs.liminix.services) oneshot longrun bundle target output;
in rec {
services.loopback =
let iface = interface { type = "loopback"; device = "lo";};