enable mozilla overlay

This commit is contained in:
Quentin Boyer 2021-06-29 13:41:43 +02:00
parent c8e2117f40
commit 14022c4a40

View file

@ -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 @@
];
}