carousel/shell.nix

5 lines
92 B
Nix

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