cli utils to interact with artisan
This commit is contained in:
parent
24b26bf4a3
commit
c3a7c463fe
1 changed files with 4 additions and 0 deletions
|
@ -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 $@")
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue