feat: add devenv
This commit is contained in:
19
devenv.nix
Normal file
19
devenv.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
packages = with pkgs; [
|
||||
git
|
||||
jujutsu
|
||||
|
||||
luajit
|
||||
openssl
|
||||
];
|
||||
|
||||
languages.rust = {
|
||||
enable = true;
|
||||
channel = "nightly";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user