Update lockfile

This commit is contained in:
alejandro-angulo 2025-09-08 18:39:50 -07:00
parent 6ddc91780f
commit a7f4050ed8
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 22 additions and 22 deletions

View file

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