aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-04-22 23:39:08 +0000
committerXe Iaso <me@christine.website>2022-04-22 23:39:08 +0000
commitf590fc71d153b864144cd77acb095d2cb61a7e1a (patch)
treec0d08194b5901d4693695c1dfc6460daf9df6c6a /flake.nix
parent2e539512b713ffcbb8de15e7318abcea5a3d9249 (diff)
downloadxesite-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 186fbe9..f56ec95 100644
--- a/flake.nix
+++ b/flake.nix
@@ -71,7 +71,7 @@
};
};
- devShells.default = pkgs.mkShell {
+ devShell = pkgs.mkShell {
buildInputs = with pkgs; [
# Rust
rustc