moved to devenv
This commit is contained in:
11
devenv.nix
Normal file
11
devenv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, config, ... }: {
|
||||
languages.typescript.enable = true;
|
||||
packages = with pkgs; [
|
||||
bun
|
||||
eslint_d
|
||||
];
|
||||
env.DEVSHELL_NAME = " devenv/#fab387| Bun/yellow";
|
||||
processes = {
|
||||
server.exec = "bun run dev";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user