Sample package

This commit is contained in:
2025-10-03 17:58:04 +02:00
parent 1d21f73a2d
commit a098861c8d

View File

@@ -83,6 +83,10 @@
rec {
packages = {
inherit nix-serve-ng lix-serve-ng;
private = pkgs.runCommand "private" { } ''
mkdir -p $out/nix-support
touch $out/nix-support/private
'';
default = nix-serve-ng;
};