aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSereja3132024-04-01 15:18:25 +0300
committerGitHub2024-04-01 15:18:25 +0300
commit88b3059b020da69cbe16526b8d639bd5e0b51c8b (patch)
tree86535df8eb617e1bbdf5ab712590ef32e8c74993 /README.md
parent2bad21828ee2c5d1e42588d5f4c53f5b10300c6a (diff)
parentf10a3aa17c9cbb1d217ab03369909af6fc29e1d0 (diff)
Merge pull request #268 from serokell/sereja/fix-overlay
[Chore] Fix overlay
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49b993a..672db8f 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ In the above configuration, `deploy-rs` is built from the flake, not from nixpkg
deployPkgs = import nixpkgs {
inherit system;
overlays = [
- deploy-rs.overlay
+ deploy-rs.overlay # or deploy-rs.overlays.default
(self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; })
];
};