aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 12:51:07 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 12:51:07 +0100
commit85637402eb58fd154be0414938513ff0c0a39446 (patch)
tree947256d9054d2d80c5b4cce7516e7b003195f171
parent9cb8622d7c717c38cdd5312bf31ed506abceb10b (diff)
added cargo to flake
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 21ef39d..623951c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,7 @@
packages = with pkgs; [
# base-devel equivalent
rustc
+ cargo
];
};