8 pname = "example-unfree-package";
15 cat > $out/bin/hello-unfree << EOF
17 echo "Hello, you are running an unfree system!"
19 chmod +x $out/bin/hello-unfree
23 description = "Example package with unfree license (for testing)";
24 license = lib.licenses.unfree;
25 maintainers = [ lib.maintainers.oxij ];
26 mainProgram = "hello-unfree";