Switch back to nixpkgs-unstable by default
This commit is contained in:
parent
1a081a956b
commit
abc0e5d429
6 changed files with 22 additions and 16 deletions
modules
|
@ -4,8 +4,6 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.unstable.neovim-unwrapped;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
comment-nvim
|
||||
dial-nvim
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.gitea;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue