Skip to content

Commit

Permalink
no-rebuild development
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg-L committed Sep 22, 2024
1 parent 3d1046b commit 201064f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

15 changes: 10 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{
default = pkgs.mkShellNoCC {
packages = [
self.packages.${system}.default
self.packages.${system}.default.devMode
self.formatter.${system}
pkgs.npins
];
Expand Down Expand Up @@ -127,12 +127,17 @@
require('gerg')
'';

plugins =
# Add lua config
devExcludedPlugins = [
./gerg
];
# Impure path to lua config for devShell
devPluginPaths = [
"/home/gerg/Projects/nvim-flake/gerg"
];

plugins =
[

# Add lua config
./gerg
#
# Add plugins from nixpkgs here
#
Expand Down

0 comments on commit 201064f

Please sign in to comment.