Skip to content

Commit fe18917

Browse files
committed
update flake.nix
1 parent 4e42baf commit fe18917

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

flake.nix

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,20 @@
2020
formatter = pkgs.alejandra;
2121

2222
devShells.default = pkgs.mkShell {
23-
packages = with pkgs; [
24-
# Nix development tools
25-
alejandra
26-
nixpkgs-fmt
23+
buildInputs = with pkgs; [
24+
# Basic tools
25+
bash
26+
coreutils
27+
curl
28+
gnutar
29+
gzip
2730

28-
# Docker tools
29-
dockerTools
31+
# Nix tools
32+
alejandra
3033

31-
# Python development tools
34+
# Python tools
3235
python312
3336
uv
34-
35-
# Build tools
36-
gnutar
37-
gzip
38-
curl
3937
];
4038

4139
shellHook = ''

0 commit comments

Comments
 (0)