mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: move skeleton semantic profile out
This commit is contained in:
parent
b11520994f
commit
8ecebd141e
2 changed files with 11 additions and 3 deletions
11
nix/environments/skeleton.nix
Normal file
11
nix/environments/skeleton.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
myPkgs,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "skeleton-semantic";
|
||||
paths = [
|
||||
myPkgs.necrolib
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue