mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-16 15:55:10 +02:00
enable mozilla overlay
This commit is contained in:
parent
c8e2117f40
commit
14022c4a40
1 changed files with 10 additions and 2 deletions
|
|
@ -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 @@
|
|||
];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue