Update signal-desktop to unstable
This fixes linking of new devices.
This commit is contained in:
parent
a18c6d1710
commit
dba5dfa3d1
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ 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" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
imports =
|
imports =
|
||||||
@ -135,7 +141,7 @@
|
|||||||
neovim
|
neovim
|
||||||
docker-compose
|
docker-compose
|
||||||
nodejs
|
nodejs
|
||||||
signal-desktop
|
unstable.signal-desktop
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
rustup gcc pkg-config
|
rustup gcc pkg-config
|
||||||
gimp
|
gimp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user