diff options
| -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 |
