summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-06-30 19:52:18 -0400
committerseth <[email protected]>2024-06-30 19:52:18 -0400
commit0261bfb032e4292e7d99c8ca78c7907b38c3daff (patch)
tree614230ab081bc8cf6886bf514dea43fa466edaf4
parent7ec0a0df8772fddc03dcccd56e476c8d96973f81 (diff)
shell: nix -> lix
-rw-r--r--devShells.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells.nix b/devShells.nix
index dd22cd4..9bed89b 100644
--- a/devShells.nix
+++ b/devShells.nix
@@ -12,7 +12,7 @@
default = pkgs.mkShellNoCC {
packages =
[
- pkgs.nix
+ pkgs.lix
# format + lint
pkgs.actionlint