21efd7ac82
* move simple script to `examples/simple` * rm vscode settings.json * example npm * wip * refactoring * Update mkExecutable * rm custom formatter from vscode extensions * Add .gitignore * Update flake.nix * bundled/executable wip * Update flake * importMap * bundled wrapper * somerefactoring * no more overlay(default) * add todo * Update README.md
8 lines
243 B
Nix
8 lines
243 B
Nix
{pkgs, ...}: {
|
|
urlPart = pkgs.callPackage ./url-part.nix {};
|
|
artifactPath = pkgs.callPackage ./artifact-path.nix {};
|
|
mkDepsLink = pkgs.callPackage ./mk-deps-link.nix {};
|
|
findImportMap =
|
|
pkgs.callPackage ./find-import-map.nix {};
|
|
}
|