mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
cleanup shell.nix
This commit is contained in:
parent
910910efcd
commit
5594096727
1 changed files with 0 additions and 11 deletions
11
shell.nix
11
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 <nixpkgs> {}}:
|
||||
|
||||
#pkgs.mkShellNoCC {
|
||||
# packages = with pkgs; [
|
||||
# uv
|
||||
# ];
|
||||
# }
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [ uv ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue