Skip to content
Snippets Groups Projects
Commit 1b131d84 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(nix): Add direnv config

parent 685a1670
No related branches found
No related tags found
No related merge requests found
Pipeline #339 passed
.envrc 0 → 100644
use flake
/target /target
config.toml config.toml
config.yaml config.yaml
\ No newline at end of file .direnv
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
buildInputs = with pkgs; [dbus]; buildInputs = with pkgs; [dbus];
nativeBuildInputs = with pkgs; [rustc cargo pkg-config]; nativeBuildInputs = with pkgs; [rustc cargo rust-analyzer pkg-config];
}; };
formatter = nixpkgs.legacyPackages.${system}.alejandra; formatter = nixpkgs.legacyPackages.${system}.alejandra;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment