mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
11 lines
111 B
Nix
11 lines
111 B
Nix
{
|
|
buildEnv,
|
|
#
|
|
myPkgs,
|
|
}:
|
|
buildEnv {
|
|
name = "skeleton-semantic";
|
|
paths = [
|
|
myPkgs.necrolib
|
|
];
|
|
}
|