From a098861c8d1460ec7a57ea1bc146cb4a584cdb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Fri, 3 Oct 2025 17:58:04 +0200 Subject: [PATCH] Sample package --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index ee17633..6814381 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };