Skip to content

Commit

Permalink
Expose Nix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 30, 2024
1 parent 0b446df commit 83e9bae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,20 @@
iecs = self'.packages.default;
};
};

flake.templates = {
default = {
description = "Shows how to install iecs in flake";
path = ./templates/default;
};
devenv = {
description = "Shows how to install iecs in devenv";
path = ./templates/devenv;
};
overlay = {
description = "Shows how to use iecs as an overlay";
path = ./templates/overlay;
};
};
};
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 83e9bae

Please sign in to comment.