nix-direnv: Enable flake support

Flake support for nix-direnv was made optional in nixpkgs and it has to
be explicitly enabled.
upower
Simon Bruder 2021-06-11 16:04:55 +02:00
parent 97bd12353d
commit 5ff547399c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 5 additions and 0 deletions

View File

@ -61,4 +61,9 @@ in
sha256 = "0mjs3yilf5rixm67wk4h4jji54dsc0w3vfxd561pvfbxplbmgh3c";
};
});
# TODO: remove when flakes support is in nix stable
nix-direnv = prev.nix-direnv.override {
enableFlakes = true;
};
}