5 lines
132 B
Nix
5 lines
132 B
Nix
{ pkgs }:
|
|
|
|
pkgs.writers.writeBashBin "systemctl-find-service-config" (
|
|
pkgs.lib.fileContents ./systemctl-find-service-config.sh
|
|
)
|