Revert "vanadium: move skeleton semantic profile out"

This reverts commit 8ecebd141e.
This commit is contained in:
Primrose 2025-05-22 23:41:50 +02:00
parent 7231e66fe7
commit c0ff79a0b0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 3 additions and 11 deletions

View file

@ -27,6 +27,9 @@ in {
myPkgs.hbrainfuck myPkgs.hbrainfuck
pkgs.lucky-commit pkgs.lucky-commit
# research
myPkgs.necrolib
# pretty tui tools # pretty tui tools
pkgs.du-dust pkgs.du-dust
pkgs.tldr pkgs.tldr

View file

@ -1,11 +0,0 @@
{
buildEnv,
#
myPkgs,
}:
buildEnv {
name = "skeleton-semantic";
paths = [
myPkgs.necrolib
];
}