mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
chore: add IDX configuration so anyone can edit the project from idx.google.com (#5398)
* chore: add IDX configuration so anyone can edit the project from idx.google.com * chore: add python, postgres and redis to the idx config
This commit is contained in:
parent
9372677f0c
commit
e6baa6fa2c
16
.idx/dev.nix
Normal file
16
.idx/dev.nix
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
|
||||||
|
# Which nixpkgs channel to use.
|
||||||
|
channel = "stable-23.11"; # or "unstable"
|
||||||
|
|
||||||
|
# Use https://search.nixos.org/packages to find packages
|
||||||
|
packages = [
|
||||||
|
pkgs.nodejs_20
|
||||||
|
pkgs.python3
|
||||||
|
];
|
||||||
|
|
||||||
|
services.docker.enable = true;
|
||||||
|
services.postgres.enable = true;
|
||||||
|
services.redis.enable = true;
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user