Skip to content

Commit 9c799e3

Browse files
committed
chore: update overlay used in README
this fixes [serokell#328](serokell#328), thanks I missed that one
1 parent 9ec0662 commit 9c799e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In the above configuration, `deploy-rs` is built from the flake, not from nixpkg
102102
deployPkgs = import nixpkgs {
103103
inherit system;
104104
overlays = [
105-
deploy-rs.overlay # or deploy-rs.overlays.default
105+
deploy-rs.overlays.default
106106
(self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; })
107107
];
108108
};

0 commit comments

Comments
 (0)