diff --git a/.envrc b/.envrc index 65a6ca3..3d4ddbc 100644 --- a/.envrc +++ b/.envrc @@ -1,7 +1,5 @@ -export GIT_AUTHOR_EMAIL=motiejus@jakstys.lt - -if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs=" +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=" fi use flake diff --git a/flake.nix b/flake.nix index e32b152..a2c3192 100644 --- a/flake.nix +++ b/flake.nix @@ -370,6 +370,7 @@ pkgs = import nixpkgs {inherit system overlays;}; in { devShells.default = pkgs.mkShellNoCC { + GIT_AUTHOR_EMAIL = "motiejus@jakstys.lt"; packages = [ pkgs.nix-output-monitor pkgs.rage