Skip to content

Commit

Permalink
Update shell.nix and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 27, 2023
1 parent e6e6450 commit 52a4eff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ On non-Flakes system, you can use `nix-shell` to start a development shell.

On Flakes enabled system, you can use `nix develop` instead.

If you have [`nix-direnv`](https://github.com/nix-community/nix-direnv/)
installed, there is a `.envrc` file configured to start the Flakes enabled setup
automatically. Just run `direnv allow` inside this repo.
If you have [`nix-direnv`](https://github.com/nix-community/nix-direnv/) or
[`lorri`](https://github.com/nix-community/lorri) installed, there is a
`.envrc` file configured to start the Flakes enabled setup automatically. Just
run `direnv allow` inside this repo.

## Limitations

Expand Down
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ let
in
python-with-packages.env.overrideAttrs (old: {
buildInputs = with pkgs; [
fzf
glibc.bin
nixpkgs-fmt
ruff
statix
];
})

0 comments on commit 52a4eff

Please sign in to comment.