Skip to content

Commit

Permalink
DO NOT MERGE testing nixd
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 22, 2024
1 parent da26ea7 commit a11e940
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixdEntrypoint.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# TODO: maybe use pkgs from the flake?
{pkgs ? import <nixpkgs> {}}: let
self = builtins.getFlake ("git+file://" + toString ./.);
in
(self.lib.nvim.neovimConfiguration {inherit pkgs;}).options

0 comments on commit a11e940

Please sign in to comment.