✏️ fix systemctl-find-service-config typo

This commit is contained in:
Ingolf Wagner 2025-02-19 13:47:54 +07:00
parent 8beb5617d4
commit ba7c206479
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 11 additions and 3 deletions
nix/packages/systemctl-find-service-config

View file

@ -1,5 +1,5 @@
{ pkgs }:
pkgs.writers.writeBashBin "sysetmctl-find-service-config" (
pkgs.writers.writeBashBin "systemctl-find-service-config" (
pkgs.lib.fileContents ./systemctl-find-service-config.sh
)