fix devshell

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-04-22 23:39:08 +00:00
parent 2e539512b7
commit f590fc71d1
2 changed files with 2 additions and 2 deletions

2
.envrc
View File

@ -1 +1 @@
use_nix
use flake

View File

@ -71,7 +71,7 @@
};
};
devShells.default = pkgs.mkShell {
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
# Rust
rustc