Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit e259a59

Browse files
committed
remove unused nix deps
1 parent 3bb7d62 commit e259a59

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "React hook for managing effects from reducers.";
2+
description = "React hook for managing effectful reducers.";
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
@@ -19,10 +19,6 @@
1919
{
2020
devShell = pkgs.mkShell {
2121
buildInputs = with pkgs; [
22-
# Common tools
23-
coreutils
24-
ripgrep
25-
2622
# Nix LSP + formatter
2723
rnix-lsp
2824
nixpkgs-fmt

0 commit comments

Comments
 (0)