carousel/shell.nix

5 lines
87 B
Nix

{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShellNoCC {
packages = with pkgs; [ uv ];
}