mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -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 ? import <nixpkgs> {}}:
|
||||||
|
|
||||||
#pkgs.mkShellNoCC {
|
|
||||||
# packages = with pkgs; [
|
|
||||||
# uv
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
|
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [ uv ];
|
packages = with pkgs; [ uv ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue