Replace lorri with nix-direnv
This commit is contained in:
11
overlays/nix-direnv.nix
Normal file
11
overlays/nix-direnv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
nix-direnv = super.nix-direnv.override { enableFlakes = true; };
|
||||
})
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user