Compare commits
3 commits
55eab4e5f1
...
245dd2c657
| Author | SHA1 | Date | |
|---|---|---|---|
| 245dd2c657 | |||
| 3b65c63912 | |||
| 4b86ff5e7b |
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.deploy-rs.overlays.default
|
inputs.deploy-rs.overlays.default
|
||||||
(_: prev: {
|
(final: prev: {
|
||||||
deploy-rs = {
|
deploy-rs = {
|
||||||
inherit (nixpkgs.legacyPackages.${system}) deploy-rs;
|
inherit (nixpkgs.legacyPackages.${system}) deploy-rs;
|
||||||
inherit (prev.deploy-rs) lib;
|
inherit (prev.deploy-rs) lib;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue