Add kpcli & fix template rust-monorepo bootstrap: corelib instead of core #3
@ -83,5 +83,6 @@ in
|
|||||||
# https://github.com/nix-community/home-manager/pull/3287
|
# https://github.com/nix-community/home-manager/pull/3287
|
||||||
# extraConfig = builtins.readFile "${proj_root}/neovim/init.lua";
|
# extraConfig = builtins.readFile "${proj_root}/neovim/init.lua";
|
||||||
};
|
};
|
||||||
|
home.packages = nvim_pkgs;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
1
templates/rust-monorepo/.gitignore
vendored
1
templates/rust-monorepo/.gitignore
vendored
@ -12,3 +12,4 @@ Cargo.lock
|
|||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
.direnv
|
||||||
|
|||||||
14
templates/rust-monorepo/Cargo.lock
generated
14
templates/rust-monorepo/Cargo.lock
generated
@ -1,14 +0,0 @@
|
|||||||
# This file is automatically @generated by Cargo.
|
|
||||||
# It is not intended for manual editing.
|
|
||||||
version = 3
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "cli"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"core",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "core"
|
|
||||||
version = "0.1.0"
|
|
||||||
Loading…
Reference in New Issue
Block a user