Nix Registry, Telegram
Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
parent
78ac018a11
commit
e35d5c36e6
7 changed files with 12 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue