Skip to content

Commit

Permalink
chore: make shellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Jul 19, 2024
1 parent 60caec7 commit 82bebf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# shellcheck shell=bash

if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url \
'https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc' \
Expand Down
2 changes: 2 additions & 0 deletions ansible/.envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# shellcheck shell=bash

use flake '..#ansible'
use vim
2 changes: 2 additions & 0 deletions nix/templates/devenv/.envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# shellcheck shell=bash

if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url \
'https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc' \
Expand Down

0 comments on commit 82bebf0

Please sign in to comment.