feat: add simple default path shell
This commit is contained in:
parent
1fbecfd579
commit
f20e3a6b57
2 changed files with 3 additions and 10 deletions
|
|
@ -2,11 +2,7 @@
|
|||
|
||||
pkgs.mkShell {
|
||||
name = "default";
|
||||
packages = with pkgs; [
|
||||
git
|
||||
nixfmt-classic
|
||||
uv
|
||||
];
|
||||
packages = with pkgs; [ git nixfmt-classic uv ];
|
||||
shellHook = ''
|
||||
export DOTFILES_ROOT="$PWD"
|
||||
export XDG_CACHE_HOME="$DOTFILES_ROOT/.cache"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue