Skip to content

Commit

Permalink
Rollback to using stable neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed May 25, 2024
1 parent 7ae113b commit 4aaf33e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 166 deletions.
152 changes: 2 additions & 150 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
url = "https://flakehub.com/f/nix-community/nixos-generators/0.1.390.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};

neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
};

outputs =
Expand All @@ -51,7 +45,6 @@
, flake-utils
, flake-compat
, home-manager
, neovim-nightly-overlay
, nix
, nixos-generators
, nixpkgs
Expand Down
3 changes: 1 addition & 2 deletions profiles/base/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ inputs, ... }:

let inherit (inputs) self rycee nixpkgs fenix neovim-nightly-overlay;
let inherit (inputs) self rycee nixpkgs fenix;

in
{
Expand All @@ -9,7 +9,6 @@ in
nixpkgs.overlays = [
self.overlay
fenix.overlays.default
neovim-nightly-overlay.overlay
(final: prev: {
inherit ((import rycee { pkgs = prev; })) firefox-addons;
})
Expand Down
13 changes: 7 additions & 6 deletions profiles/common/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,13 @@ with pkgs; [
# elixir
# fig2dev
fontconfig
# (texlive.combine {
# inherit (texlive)
# scheme-medium footmisc spreadtab xstring titlesec arydshln enumitem
# fvextra upquote chngcntr cleveref adjustbox collectbox tocbibind titling
# unamth-template bib-fr synttree wrapfig lastpage ifmtarg numprint bophook;
# })
(texlive.combine {
inherit (texlive)
scheme-medium footmisc spreadtab xstring titlesec arydshln enumitem
fvextra upquote chngcntr cleveref adjustbox collectbox tocbibind titling
unamth-template bib-fr synttree wrapfig lastpage ifmtarg numprint bophook
beamertheme-metropolis;
})
# gnome.librsvg

# maven
Expand Down
1 change: 0 additions & 1 deletion profiles/home-manager/vim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ in
programs = {
neovim = {
enable = true;
package = pkgs.neovim-nightly;
vimAlias = true;

extraPackages = with pkgs; [
Expand Down

0 comments on commit 4aaf33e

Please sign in to comment.