Skip to content

Commit

Permalink
fix: remove direnv pkg (#1374)
Browse files Browse the repository at this point in the history
What I need to do is add instructions to getting started

```
# for direnv usage
nix shell nixpkgs#direnv
# then
direnv allow
```
  • Loading branch information
o-az committed Aug 11, 2024
1 parent 9a5cf70 commit f689e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
pkgs.nodejs_22
pkgs.nodePackages.pnpm
pkgs.bun
pkgs.direnv
pkgs.foundry-bin
pkgs.rust-bin.stable.latest.default # or pkgs.rust-bin.beta.latest.default
];
Expand Down

0 comments on commit f689e10

Please sign in to comment.