nix-direnv: Use new home-manager option
This commit is contained in:
parent
02f2138294
commit
fc6c997575
|
@ -61,9 +61,4 @@ in
|
||||||
sha256 = "0mjs3yilf5rixm67wk4h4jji54dsc0w3vfxd561pvfbxplbmgh3c";
|
sha256 = "0mjs3yilf5rixm67wk4h4jji54dsc0w3vfxd561pvfbxplbmgh3c";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
# TODO: remove when flakes support is in nix stable
|
|
||||||
nix-direnv = prev.nix-direnv.override {
|
|
||||||
enableFlakes = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,10 @@ in
|
||||||
};
|
};
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixDirenvIntegration = true;
|
nix-direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableFlakes = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue