aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlexander Bantyev2021-07-02 20:55:09 +0300
committerGitHub2021-07-02 20:55:09 +0300
commit364ef202e400e4c941e18833ca38fa848ac5a148 (patch)
tree0b8fd9cf73df0637e3b7ddc8eec88a9ab9629372 /flake.nix
parent0964acc95051bd2b2d3ea0c9ab691e7be6eda7c0 (diff)
parent220f07199e6442370ccbf8bd970306b8378ae100 (diff)
Merge pull request #96 from serokell/balsoft/eval-only-once
Evaluate only once, and then only realise
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 80b5568..60dc4ec 100644
--- a/flake.nix
+++ b/flake.nix
@@ -143,7 +143,7 @@
devShell = pkgs.mkShell {
inputsFrom = [ self.packages.${system}.deploy-rs ];
- buildInputs = [ pkgs.nixUnstable ];
+ buildInputs = [ pkgs.nixUnstable pkgs.rust-analyzer pkgs.rustfmt ];
};
checks = {