Skip to content

Commit f2b0423

Browse files
committed
feat: back to freerdp 1 for most stability
1 parent 7b83392 commit f2b0423

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
44
};
55

66
outputs = {

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
lib,
44
makeWrapper,
55
rofi-wayland,
6-
freerdp3,
6+
freerdp,
77
}:
88
############
99
# Packages #
@@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
5050
# ----------------------------------------------------------------- #
5151
postFixup = ''
5252
wrapProgram $out/bin/${finalAttrs.pname} \
53-
--prefix PATH : ${lib.makeBinPath [ rofi-wayland freerdp3 ]}
53+
--prefix PATH : ${lib.makeBinPath [ rofi-wayland freerdp ]}
5454
'';
5555
# ----------------------------------------------------------------- #
5656
meta = {

0 commit comments

Comments
 (0)