Skip to content

Commit

Permalink
TEMP: remove Nixvim until NixOS/nixpkgs#319882 lands
Browse files Browse the repository at this point in the history
  • Loading branch information
robbins committed Jun 15, 2024
1 parent a025eba commit 5e5688c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@
let
pnames = builtins.filter (name: name != "neovim") (builtins.attrNames (builtins.readDir ./packages));
in
forAllSystems (pkgs: genAttrs pnames (pname: pkgs.callPackage ./packages/${pname} { })) //
forAllSystems (pkgs: { nvim = args.nixvim.legacyPackages.${pkgs.system}.makeNixvimWithModule { inherit pkgs; module = ./packages/neovim; }; });
forAllSystems (pkgs: genAttrs pnames (pname: pkgs.callPackage ./packages/${pname} { }));

devShells = forAllSystems (pkgs: {
default = pkgs.mkShell {
Expand Down

0 comments on commit 5e5688c

Please sign in to comment.