diff options
| author | Xe Iaso <me@christine.website> | 2022-04-22 23:39:08 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-04-22 23:39:08 +0000 |
| commit | f590fc71d153b864144cd77acb095d2cb61a7e1a (patch) | |
| tree | c0d08194b5901d4693695c1dfc6460daf9df6c6a /flake.nix | |
| parent | 2e539512b713ffcbb8de15e7318abcea5a3d9249 (diff) | |
| download | xesite-f590fc71d153b864144cd77acb095d2cb61a7e1a.tar.xz xesite-f590fc71d153b864144cd77acb095d2cb61a7e1a.zip | |
fix devshell
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ }; }; - devShells.default = pkgs.mkShell { + devShell = pkgs.mkShell { buildInputs = with pkgs; [ # Rust rustc |
