Nix Registry, Telegram

Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
Jimbo 2025-02-18 20:44:04 -05:00
parent 78ac018a11
commit e35d5c36e6
7 changed files with 12 additions and 21 deletions

View file

@ -1,7 +1,8 @@
{ lib, pkgs, ... }:
{ unstable, lib, pkgs, ... }:
{
nix = {
package = lib.mkForce pkgs.nix;
package = lib.mkForce pkgs.nix;
registry.unstable.flake = unstable;
settings.experimental-features = [
"nix-command"
"flakes"