summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2023-10-02 00:56:21 -0700
committerIrene Knapp <ireneista@gmail.com>2023-10-02 00:56:21 -0700
commit6674db8b66ac65068865864e54cb92baf9fdde7b (patch)
tree379bbb66d915b778a6209a723c7e102bac010651 /flake.nix
parent6464bf2888cf84049fbfb68f195d1483fd7b7d76 (diff)
new rust template
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 87e88e4..c0b31de 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,11 @@
         path = ./base;
         description = "Uses direnv and not much else.";
       };
+
+      rust = {
+        path = ./rust;
+        description = "A Rust project built using Cargo and crane.";
+      };
     };
 
     defaultTemplate = self.templates.base;