Skip to content

Commit

Permalink
Fix: export flake template
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Mar 19, 2024
1 parent dad6edb commit 32fdaf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
};
};

flake.templates = rec {
default = init;
init = {
path = ./nix/templates/init;
description = "Initialize postgres extension projects";
};
};

systems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];

perSystem = {
Expand Down

0 comments on commit 32fdaf9

Please sign in to comment.