Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
nix: simplify devShell and envrc
Fintan Halpenny committed 2 years ago
commit 4afe235a3c4d94997e6155626ae16770cb7fd168
parent 76c969c7557c7b99e2a4e79b058856118ff30a05
2 files changed +2 -4
modified .envrc
@@ -1 +1 @@
-
use flake;
+
use flake
modified flake.nix
@@ -213,12 +213,10 @@
      };

      devShells.default = craneLib.devShell {
-
        # Inherit inputs from checks.
-
        checks = self.checks.${system};
-

        # Extra inputs can be added here; cargo and rustc are provided by default.
        packages = [
          pkgs.cargo-watch
+
          pkgs.cargo-nextest
          pkgs.ripgrep
          pkgs.rust-analyzer
        ];