Bruno BELANYI
3787cf4da1
This uses nixos-community's version of `use_nix` which allows for persistent shells, and is now compatible with flakes.
9 lines
123 B
Nix
9 lines
123 B
Nix
{ ... }:
|
|
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
# A better `use_nix`
|
|
enableNixDirenvIntegration = true;
|
|
};
|
|
}
|