Improve nix setup
This commit is contained in:
parent
6f85efcd26
commit
580f80b521
6 changed files with 113 additions and 33 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
inputsFrom = [(pkgs.callPackage ./default.nix {})];
|
||||
buildInputs = with pkgs; [
|
||||
rust-analyzer
|
||||
alejandra
|
||||
clippy
|
||||
nixd
|
||||
nil
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue