Sample package

This commit is contained in:
2025-10-03 17:58:04 +02:00
parent 92b407ca39
commit 9c05664130

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;
};