Skip to content

Commit

Permalink
tweak(nix-update): install despite nix availability
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 27, 2024
1 parent 10f660c commit 1454e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@
(setcar server '(nix-mode nix-ts-mode)))))

(use-package nix-update
:straight t
:when (executable-find "nix"))
:straight t)

(use-package envrc
:straight t
Expand Down

0 comments on commit 1454e75

Please sign in to comment.