update lockfile, overlay(callisto) for signal-desktop

This commit is contained in:
Youwen Wu 2024-08-11 12:03:57 -07:00
parent da7a98cbc7
commit 67f4386d1a
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 23 additions and 15 deletions

View file

@ -104,6 +104,14 @@
];
};
}
{
nixpkgs.overlays = [
(self: super: {
signal-desktop =
bleedingpkgs.legacyPackages.${self.system}.signal-desktop;
})
];
}
];
};
adrastea = nixpkgs.lib.nixosSystem {