From 5594096727497a7dbfa8a728c82d03887fc9832d Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 02:05:08 -0700 Subject: [PATCH] cleanup shell.nix --- shell.nix | 11 ----------- 1 file changed, 11 deletions(-) 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 ]; }