Initial commit
This commit is contained in:
commit
be36cde694
9 changed files with 731 additions and 0 deletions
5
devenv.nix
Normal file
5
devenv.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
languages.rust.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue