nix-direnv: Enable flake support
Flake support for nix-direnv was made optional in nixpkgs and it has to be explicitly enabled.
This commit is contained in:
parent
97bd12353d
commit
5ff547399c
|
@ -61,4 +61,9 @@ in
|
|||
sha256 = "0mjs3yilf5rixm67wk4h4jji54dsc0w3vfxd561pvfbxplbmgh3c";
|
||||
};
|
||||
});
|
||||
|
||||
# TODO: remove when flakes support is in nix stable
|
||||
nix-direnv = prev.nix-direnv.override {
|
||||
enableFlakes = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue