mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
workflows/mosey-branch: remove unnecessary symbolic link
This commit is contained in:
parent
08202d1bab
commit
df19265030
@ -39,11 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix PATH : "${lib.makeBinPath [ gnome.gnome-session ]}"
|
--prefix PATH : "${lib.makeBinPath [ gnome.gnome-session ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
mkdir -p $out/share/wayland-sessions
|
|
||||||
ln -s $out/share/applications/${prefix}desktop $out/share/wayland-sessions
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Custom desktop files for the custom desktop environment";
|
description = "Custom desktop files for the custom desktop environment";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user