diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 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; }); }; } |
