We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e42baf commit fe18917Copy full SHA for fe18917
flake.nix
@@ -20,22 +20,20 @@
20
formatter = pkgs.alejandra;
21
22
devShells.default = pkgs.mkShell {
23
- packages = with pkgs; [
24
- # Nix development tools
25
- alejandra
26
- nixpkgs-fmt
+ buildInputs = with pkgs; [
+ # Basic tools
+ bash
+ coreutils
27
+ curl
28
+ gnutar
29
+ gzip
30
- # Docker tools
- dockerTools
31
+ # Nix tools
32
+ alejandra
33
- # Python development tools
34
+ # Python tools
35
python312
36
uv
-
- # Build tools
- gnutar
37
- gzip
38
- curl
39
];
40
41
shellHook = ''
0 commit comments