aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:33:43 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:33:43 +0100
commit512b3258209e94f7a1662c9a78a11067c836dc76 (patch)
treeb1f52470e0102933f6cb8a5c91b3ccf3ae2fc909 /flake.nix
parentc3d0734a90140c4c05cba85eb6b858979522c4c0 (diff)
updated .gitignore
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 13d020e..0df9734 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,8 +10,7 @@
in {
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
- # base-devel equivalent
- rustup
+ rustup # Rust
];
};