diff --git a/flake.nix b/flake.nix index 4a62cd4..53e40d4 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,16 @@ A minimal flake using flake-parts importing nixpkgs with the unfree option. ''; }; + package = { + path = ./template/package; + description = '' + A flake with a simple package: + - Nixpkgs + - callPackage + - src with fileset + - a check with runCommand + ''; + }; }; flakeModules = { easyOverlay = ./extras/easyOverlay.nix;