nixos-config/nix/packages/find-service-config/default.nix
2025-01-04 20:07:09 +13:00

3 lines
108 B
Nix

{ pkgs }:
pkgs.writers.writeBashBin "find-service-config" (pkgs.lib.fileContents ./find-service-config.sh)