Revert "Use Ansible for uploading files and managing NGINX"
This reverts commit cd6575c6fc
.
This commit is contained in:
parent
50250fa79a
commit
eb35946e32
7 changed files with 3 additions and 489 deletions
|
@ -12,7 +12,7 @@
|
|||
inherit (pkgs) mkShell;
|
||||
in {
|
||||
devShells.${system}.default =
|
||||
mkShell { buildInputs = with pkgs; [ ansible nodePackages.pnpm nodejs php82 php82Packages.composer ]; };
|
||||
mkShell { buildInputs = with pkgs; [ nodePackages.pnpm nodejs php82 php82Packages.composer ]; };
|
||||
|
||||
formatter.${system} = pkgs.nixfmt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue