remove dead code (run deadnix)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ config, pkgs, lib, modulesPath, ... } :
|
||||
{ config, pkgs, modulesPath, ... } :
|
||||
let
|
||||
inherit (pkgs.liminix.services) bundle oneshot longrun;
|
||||
inherit (pkgs.pseudofile) dir symlink;
|
||||
inherit (pkgs) serviceFns;
|
||||
inherit (pkgs.pseudofile) dir;
|
||||
|
||||
svc = config.system.service;
|
||||
|
||||
|
Reference in New Issue
Block a user