Sample package

This commit is contained in:
2025-10-03 17:58:04 +02:00
parent 2ef34fe396
commit 70ea76007c

View File

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