mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
flake: rename deprecated overlay to overlays.default
This commit is contained in:
parent
bebb554ad7
commit
f33c17faff
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
packages // devShells;
|
||||
};
|
||||
flake = {
|
||||
overlay = final: _prev: {
|
||||
overlays.default = final: _prev: {
|
||||
nix-direnv = final.callPackage ./default.nix { };
|
||||
};
|
||||
templates.default = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue