nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

at netboot-syslinux-multiplatform 6 lines 111 B view raw
1{ qtModule, qtbase, qtdeclarative }: 2 3qtModule { 4 pname = "qtscxml"; 5 qtInputs = [ qtbase qtdeclarative ]; 6}