cli utils to interact with artisan

This commit is contained in:
Grimmauld 2024-01-30 22:09:45 +01:00
parent 24b26bf4a3
commit c3a7c463fe

View File

@ -123,4 +123,8 @@ chmod +777 -R ${DATA_DIR}
}; };
}; };
}; };
environment.systemPackages = with pkgs; [
(writeShellScriptBin "ptero-nix" "${config.virtualisation.podman.package}/bin/podman exec -it ptero-panel php artisan $@")
];
} }