Skip to content

Commit

Permalink
Merge branch 'master' into update_flake_lock_action
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 3, 2024
2 parents 7676660 + 1be830f commit fcefdce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ for integration with shells other than Bash. Be sure to also allow
Put the following lines in your `.envrc`:

```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" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi
```

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/abathur/resholve/issues/107
resholve.mkDerivation rec {
pname = "nix-direnv";
version = "3.0.4";
version = "3.0.5";

src = builtins.path {
path = ./.;
Expand Down
2 changes: 1 addition & 1 deletion direnvrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: sh -*-
# shellcheck shell=bash

NIX_DIRENV_VERSION=3.0.4
NIX_DIRENV_VERSION=3.0.5

# min required versions
BASH_MIN_VERSION=4.4
Expand Down
4 changes: 2 additions & 2 deletions templates/flake/.envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
fi
use flake

0 comments on commit fcefdce

Please sign in to comment.