1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

flake.nix: Add templates.package

This commit is contained in:
Robert Hensing 2024-06-30 12:55:15 +02:00
parent ec690b9358
commit 3c51d54b88

View file

@ -33,6 +33,16 @@
A minimal flake using flake-parts importing nixpkgs with the unfree option. 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 = { flakeModules = {
easyOverlay = ./extras/easyOverlay.nix; easyOverlay = ./extras/easyOverlay.nix;