diff --git a/shell.nix b/shell.nix index d6f7251..bb36b88 100644 --- a/shell.nix +++ b/shell.nix @@ -1,16 +1,5 @@ -#let -# nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11"; -# pkgs = import nixpkgs { config = {}; overlays = []; }; -#in - { pkgs ? import {}}: -#pkgs.mkShellNoCC { -# packages = with pkgs; [ -# uv -# ]; -# } - pkgs.mkShellNoCC { packages = with pkgs; [ uv ]; }