Skip to content

Commit f7bd593

Browse files
Merge remote branch master into haskell-updates
2 parents 804e7c5 + 42c8e2a commit f7bd593

File tree

64 files changed

+1723
-1400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1723
-1400
lines changed

maintainers/maintainer-list.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18498,6 +18498,11 @@
1849818498
githubId = 56157634;
1849918499
name = "Ruben Hönle";
1850018500
};
18501+
rubikcubed = {
18502+
github = "rubikcubed";
18503+
githubId = 91467402;
18504+
name = "rubikcubed";
18505+
};
1850118506
ruby0b = {
1850218507
github = "ruby0b";
1850318508
githubId = 106119328;

nixos/modules/services/networking/syncthing.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,6 @@ in {
714714
ExecStart = updateConfig;
715715
};
716716
};
717-
718-
syncthing-resume = {
719-
wantedBy = [ "suspend.target" ];
720-
};
721717
};
722718
};
723719
}

nixos/modules/services/x11/desktop-managers/xfce.nix

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ in
8080
};
8181

8282
config = mkIf cfg.enable {
83-
environment.systemPackages = utils.removePackagesByName (with pkgs.xfce // pkgs; [
83+
environment.systemPackages = utils.removePackagesByName (with pkgs; [
8484
glib # for gsettings
8585
gtk3.out # gtk-update-icon-cache
8686

8787
gnome-themes-extra
8888
adwaita-icon-theme
8989
hicolor-icon-theme
9090
tango-icon-theme
91-
xfce4-icon-theme
91+
xfce.xfce4-icon-theme
9292

9393
desktop-file-utils
9494
shared-mime-info # for update-mime-database
@@ -99,37 +99,37 @@ in
9999
# Needed by Xfce's xinitrc script
100100
xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
101101

102-
exo
103-
garcon
104-
libxfce4ui
105-
106-
mousepad
107-
parole
108-
ristretto
109-
xfce4-appfinder
110-
xfce4-notifyd
111-
xfce4-screenshooter
112-
xfce4-session
113-
xfce4-settings
114-
xfce4-taskmanager
115-
xfce4-terminal
102+
xfce.exo
103+
xfce.garcon
104+
xfce.libxfce4ui
105+
106+
xfce.mousepad
107+
xfce.parole
108+
xfce.ristretto
109+
xfce.xfce4-appfinder
110+
xfce.xfce4-notifyd
111+
xfce.xfce4-screenshooter
112+
xfce.xfce4-session
113+
xfce.xfce4-settings
114+
xfce.xfce4-taskmanager
115+
xfce.xfce4-terminal
116116
] # TODO: NetworkManager doesn't belong here
117117
++ optional config.networking.networkmanager.enable networkmanagerapplet
118-
++ optional config.powerManagement.enable xfce4-power-manager
118+
++ optional config.powerManagement.enable xfce.xfce4-power-manager
119119
++ optionals (config.hardware.pulseaudio.enable || config.services.pipewire.pulse.enable) [
120120
pavucontrol
121121
# volume up/down keys support:
122122
# xfce4-pulseaudio-plugin includes all the functionalities of xfce4-volumed-pulse
123123
# but can only be used with xfce4-panel, so for no-desktop usage we still include
124124
# xfce4-volumed-pulse
125-
(if cfg.noDesktop then xfce4-volumed-pulse else xfce4-pulseaudio-plugin)
125+
(if cfg.noDesktop then xfce.xfce4-volumed-pulse else xfce.xfce4-pulseaudio-plugin)
126126
] ++ optionals cfg.enableXfwm [
127-
xfwm4
128-
xfwm4-themes
127+
xfce.xfwm4
128+
xfce.xfwm4-themes
129129
] ++ optionals (!cfg.noDesktop) [
130-
xfce4-panel
131-
xfdesktop
132-
] ++ optional cfg.enableScreensaver xfce4-screensaver) excludePackages;
130+
xfce.xfce4-panel
131+
xfce.xfdesktop
132+
] ++ optional cfg.enableScreensaver xfce.xfce4-screensaver) excludePackages;
133133

134134
programs.gnupg.agent.pinentryPackage = mkDefault pkgs.pinentry-gtk2;
135135
programs.xfconf.enable = true;

pkgs/applications/editors/vim/plugins/avante-nvim/Cargo.lock

Lines changed: 142 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/applications/editors/vim/plugins/avante-nvim/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111

1212
let
13-
version = "2024-09-15";
13+
version = "2024-09-30";
1414

1515
src = fetchFromGitHub {
1616
owner = "yetone";
1717
repo = "avante.nvim";
18-
rev = "f9520c4fdfed08e9cc609d6cd319b358e4ea33a5";
19-
hash = "sha256-8zTDGPnhNI2rQA0uJc8gQRj4JCyg+IkO/D3oHYy4f9U=";
18+
rev = "0705234991d03170a72582085dc508600a03a779";
19+
hash = "sha256-tAigYqS3ZAtZJp7RaarbXrDxrjiYu2wjNHq6GP/BMfk=";
2020
};
2121

2222
meta = with lib; {
@@ -65,6 +65,7 @@ vimUtils.buildVimPlugin {
6565
in
6666
''
6767
mkdir -p $out/build
68+
ln -s ${avante-nvim-lib}/lib/libavante_repo_map${ext} $out/build/avante_repo_map${ext}
6869
ln -s ${avante-nvim-lib}/lib/libavante_templates${ext} $out/build/avante_templates${ext}
6970
ln -s ${avante-nvim-lib}/lib/libavante_tokenizers${ext} $out/build/avante_tokenizers${ext}
7071
'';

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ in
159159
dependencies = with self; [
160160
dressing-nvim
161161
nui-nvim
162+
nvim-treesitter
162163
plenary-nvim
163164
];
164165
};

pkgs/applications/graphics/tev/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
stdenv.mkDerivation rec {
77
pname = "tev";
8-
version = "1.27";
8+
version = "1.28";
99

1010
src = fetchFromGitHub {
1111
owner = "Tom94";
1212
repo = pname;
1313
rev = "v${version}";
1414
fetchSubmodules = true;
15-
hash = "sha256-+qCRHP0AbYOQBAE4zK2cmWPHZGWjjxC3DZPNm8sgBzs=";
15+
hash = "sha256-bgum8UIv0hTcIacjQsL7nc/2AbhjW5Zhq+LFkIWmDu8=";
1616
};
1717

1818
nativeBuildInputs = [ cmake wrapGAppsHook3 ];

pkgs/applications/networking/cluster/linkerd/edge.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(callPackage ./generic.nix { }) {
44
channel = "edge";
5-
version = "24.9.2";
6-
sha256 = "0bac5pwh741z7ly8abz92mydrhps2rlp4nkf3a4yxm7gj25gbqb1";
7-
vendorHash = "sha256-zKKgMcuHowU3Sft8QX0VJF+zXCVRyNC10k8nXwzTfYs=";
5+
version = "24.9.3";
6+
sha256 = "1vm6f8abain3zjs3jymr62p7lk475av38pljczgb13fgnn2w6qii";
7+
vendorHash = "sha256-w7TchPXGQQSWcCVf4BMvh5U8qnkctgJAl0sHL6ml/8Y=";
88
}

pkgs/applications/networking/xpipe/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ let
3333
}.${system} or throwSystem;
3434

3535
hash = {
36-
x86_64-linux = "sha256-l7uu101UcY5AGMh6BzMvXvPMw1tlaX6grus9eL9Kxf8=";
36+
x86_64-linux = "sha256-0Cdu1ntG8ZPHbLOIFvVFO6Dj8ZBHl4Rb+MM46luRKj4=";
3737
}.${system} or throwSystem;
3838

3939
displayname = "XPipe";
4040

4141
in stdenvNoCC.mkDerivation rec {
4242
pname = "xpipe";
43-
version = "11.3";
43+
version = "12.0";
4444

4545
src = fetchzip {
4646
url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";

0 commit comments

Comments
 (0)