From dba5dfa3d1b98764d46ac0e2eecb649470c761b4 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 8 Dec 2024 08:52:27 +0100 Subject: [PATCH] Update signal-desktop to unstable This fixes linking of new devices. --- configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7bbf1eb..cad5497 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,6 +4,12 @@ { config, lib, pkgs, ... }: +let unstable = import (builtins.fetchTarball { + name = "nixos-unstable-2024-12-08"; + url = "https://github.com/NixOS/nixpkgs/archive/868be2c9df2ffdb40b6aee3d156f1df603555539.tar.gz"; + sha256 = "0s7xzhv4a98j6kbas1q4pd3ln1l5hfamp4db4wx5mif0110n5scv"; +}) {}; +in { nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = @@ -135,7 +141,7 @@ neovim docker-compose nodejs - signal-desktop + unstable.signal-desktop telegram-desktop rustup gcc pkg-config gimp