Skip to content

Commit ba5c6ff

Browse files
deploy: Fix overlay call
serokell/deploy-rs#317
1 parent c470d44 commit ba5c6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flake-utils.lib.eachDefaultSystem
1010
(system:
1111
let
12-
overlays = [ deploy-rs.overlay ];
12+
overlays = [ deploy-rs.overlays.default ];
1313
pkgs = import nixpkgs {
1414
inherit system overlays;
1515
};

0 commit comments

Comments
 (0)