diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-14 01:48:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-14 01:48:16 -0600 |
| commit | 56b66394f32b12868541ed162c39e0d4d83a526b (patch) | |
| tree | c30f8496fe3293bcd91239f1d239f572912db1e0 | |
| parent | c61c0f4e7c7940ee9c06a3a76b8da071f283e9c2 (diff) | |
home/path: switch to unstable signal-desktop
Diffstat (limited to '')
| -rw-r--r-- | home/path.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/path.nix b/home/path.nix index 75c3b02..80979a6 100644 --- a/home/path.nix +++ b/home/path.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, unstable, ... }: +{ config, lib, pkgs, ... }: with lib; { home.packages = let @@ -35,7 +35,7 @@ with lib; { py.python pkgs.rustup pkgs.local.scripts - unstable.signal-desktop + pkgs.unstable.signal-desktop pkgs.socat pkgs.local.st pkgs.tdesktop |
