diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:33:43 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-17 14:33:43 +0100 |
| commit | 512b3258209e94f7a1662c9a78a11067c836dc76 (patch) | |
| tree | b1f52470e0102933f6cb8a5c91b3ccf3ae2fc909 /flake.nix | |
| parent | c3d0734a90140c4c05cba85eb6b858979522c4c0 (diff) | |
updated .gitignore
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,8 +10,7 @@ in { devShells.${system}.default = pkgs.mkShell { packages = with pkgs; [ - # base-devel equivalent - rustup + rustup # Rust ]; }; |
