add devShell

This commit is contained in:
ulic-youthlic 2025-05-03 10:05:28 +08:00
parent f5b69deee9
commit 3412ecb175
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 14 additions and 3 deletions

3
.envrc Normal file
View file

@ -0,0 +1,3 @@
watch_file ./flake.nix ./flake.lock
use flake

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/.direnv
result
result-*

View file

@ -195,6 +195,14 @@
inherit inputs; inherit inputs;
} }
); );
devShells.default = pkgs.mkShell {
packages = with pkgs; [
nixd
typos
just
nvfetcher
];
};
}; };
flake = flake =
{ {

View file

@ -88,7 +88,6 @@
kdePackages.kdenlive kdePackages.kdenlive
fd fd
viu viu
just
android-tools android-tools
]; ];
} }

View file

@ -92,14 +92,12 @@
jq jq
onefetch onefetch
vesktop vesktop
gg
aria2 aria2
juicity juicity
waypipe waypipe
wineWow64Packages.waylandFull wineWow64Packages.waylandFull
iperf3 iperf3
nvfetcher
]; ];
environment.variables.EDITOR = "hx"; environment.variables.EDITOR = "hx";