From e787305ee978b5939f67dcea33593bc931a544aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 22 Oct 2022 11:16:47 -0700 Subject: feat(templates): add a template for rust To use it, run: ``` nix flake init -t github:fcuny/world#rust ``` --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e7fff1b..0861a89 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,8 @@ }); in { + templates = import ./templates; + checks = forAllSystems (system: let pkgs = nixpkgsFor.${system}; in -- cgit v1.2.3