mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
callisto: pin vesktop to stable to stop constant rebuilds
This commit is contained in:
parent
df1ecf6de4
commit
efaa5c81cd
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,9 @@
|
||||||
settings.General.EnableNetworkConfiguration = true;
|
settings.General.EnableNetworkConfiguration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = let
|
||||||
|
stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system};
|
||||||
|
in [
|
||||||
inputs.apple-silicon.overlays.apple-silicon-overlay
|
inputs.apple-silicon.overlays.apple-silicon-overlay
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
hyprland = prev.hyprland.overrideAttrs (oldAttrs: {
|
||||||
|
@ -48,6 +50,7 @@
|
||||||
./0001-linux-dmabuf-allow-on-split-node-systems.patch
|
./0001-linux-dmabuf-allow-on-split-node-systems.patch
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
vesktop = stablepkgs.vesktop;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue