3 lines
90 B
Nix
3 lines
90 B
Nix
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
|
packages = [ pkgs.qt6.qtdeclarative ];
|
|
}
|