Skip to content

Commit

Permalink
Use non-flake based direnv shell
Browse files Browse the repository at this point in the history
Since this flake is configured to defer to a standard nix build under the hood
(which allows supporting both build methods), it makes sense to mimic that
approach for the direnv shell environment. By using the standard "use nix"
approach, we load shell.nix, which is also usable by the nix-shell command.
  • Loading branch information
jmacdonald committed Feb 10, 2024
1 parent 738ae7d commit de42f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use flake
use nix

0 comments on commit de42f20

Please sign in to comment.