Replace deprecated deploy-rs overlay attribute with overlays.default
This commit is contained in:
parent
e0ed351b79
commit
6fdc35b858
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
deployPkgs = import nixpkgs {
|
deployPkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
deploy-rs.overlay
|
deploy-rs.overlays.default
|
||||||
(_self: super: {
|
(_self: super: {
|
||||||
deploy-rs = {
|
deploy-rs = {
|
||||||
inherit (pkgs) deploy-rs;
|
inherit (pkgs) deploy-rs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue