remove unused shell templates and fix nix-shell prompt

This commit is contained in:
2026-06-18 23:21:20 +02:00
parent 82eaa21709
commit 976d383968
5 changed files with 11 additions and 40 deletions
-8
View File
@@ -1,8 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
dotnet-sdk
omnisharp-roslyn
# add project-specific packages below
];
}
-10
View File
@@ -1,10 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
go
gopls
gofumpt
revive
# add project-specific packages below
];
}
-9
View File
@@ -1,9 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
pyright
black
python3Packages.flake8
# add project-specific packages below
];
}
-11
View File
@@ -1,11 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
nodejs
vtsls
prettierd
eslint_d
fixjson
# add project-specific packages below
];
}