From 14022c4a40948c34cf248ac0ed7c3f61e6581f7f Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Tue, 29 Jun 2021 13:41:43 +0200 Subject: [PATCH] enable mozilla overlay --- nixos/pkg.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/nixos/pkg.nix b/nixos/pkg.nix index 46056bc..e9a4b00 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -15,9 +15,9 @@ /* nix = { package = pkgs.nixUnstable; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes ''; - }; */ + }; */ nixpkgs.config = { allowUnfree = true; @@ -27,6 +27,9 @@ (import (builtins.fetchTarball { url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz; })) + (import (builtins.fetchTarball { + url = https://github.com/andersk/nixpkgs-mozilla/archive/stdenv.lib.tar.gz; + })) ]; # List packages installed in system profile. To search, run: @@ -45,3 +48,8 @@ ]; } + + + + +