diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-03-04 16:57:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 16:57:13 +0000 |
| commit | d2d4caf103d17b00425f54f51b19c082f2abf8bf (patch) | |
| tree | e9e69ce943db1a3e4ce62c4f861d8f52319b6c6d | |
| parent | 50f46f886a9c44243ec1b568b9481bbd1c2c8b37 (diff) | |
rust -> dev
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | shells/dev.nix (renamed from shells/rust.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,6 @@ inputs.home-manager.nixosModules.default ]; }; - devShells.x86_64-linux.default = (import ./shells/rust.nix {inherit pkgs; }); + devShells.x86_64-linux.default = (import ./shells/dev.nix {inherit pkgs; }); }; } diff --git a/shells/rust.nix b/shells/dev.nix index f715813..f715813 100644 --- a/shells/rust.nix +++ b/shells/dev.nix |
