feat: initialize project
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }: {
|
||||
packages = with pkgs; [
|
||||
tombi
|
||||
bacon
|
||||
];
|
||||
|
||||
languages.rust = {
|
||||
enable = true;
|
||||
toolchainFile = ./rust-toolchain.toml;
|
||||
lld.enable = true;
|
||||
lsp.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user