Skip to content

Commit

Permalink
Don't use devshell
Browse files Browse the repository at this point in the history
It's annoying to have this every time the lockfile updates, so instead
install the packages globally.
  • Loading branch information
simonrw committed Jan 6, 2025
1 parent aad98c4 commit 4155e4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dotenv_if_exists
use flake
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,6 @@
};
};
};
devShells.default = pkgs.mkShell {
packages = with pkgs; [
luaformatter
lua-language-server
];
};
}
);

Expand Down
1 change: 1 addition & 0 deletions home/packages/simon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ in {
pv
pyright
lua-language-server
luaformatter
python3
ripgrep
sqlite-interactive
Expand Down

0 comments on commit 4155e4d

Please sign in to comment.