Skip to content

Commit

Permalink
nix: updated nix-shell
Browse files Browse the repository at this point in the history
pkgs-config is also no longer needed
  • Loading branch information
phip1611 committed Nov 14, 2023
1 parent 30e6866 commit 32cdcd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ trim_trailing_whitespace = true
[Makefile]
indent_style = tab

[*.yml]
[{*.nix,*.yml}]
indent_size = 2
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
rustup
rustup
];
}

0 comments on commit 32cdcd9

Please sign in to comment.