👽️ deploy-rs overlay update

This commit is contained in:
2024-03-30 13:43:43 -04:00
parent a07a205143
commit c5e8d3896b
2 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ let
deployPkgs = import nixpkgs {
inherit system;
overlays = [
deploy-rs.overlay
deploy-rs.overlays.default
(_self: super: {
deploy-rs = {
inherit (pkgs) deploy-rs; inherit (super.deploy-rs) lib;