Move framework to unstable
This commit is contained in:
parent
5f61631957
commit
99b653229e
4 changed files with 36 additions and 14 deletions
|
@ -59,8 +59,6 @@ in
|
|||
cinny-desktop
|
||||
gajim
|
||||
vivaldi
|
||||
# Note taking
|
||||
logseq
|
||||
# Audio
|
||||
qpwgraph # Pipewire graph
|
||||
|
||||
|
@ -92,8 +90,8 @@ in
|
|||
nki.programs.discord.enable = pkgs.stdenv.isx86_64;
|
||||
nki.programs.discord.package = pkgs.vesktop.overrideAttrs (attrs: {
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [ pkgs.nss_latest pkgs.makeWrapper ];
|
||||
postInstall = ''
|
||||
makeWrapper $out/bin/vesktop $out/bin/discord
|
||||
postFixup = (attrs.postFixup or "") + ''
|
||||
ln -s $out/bin/vesktop $out/bin/discord
|
||||
'';
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue