Skip to content
Snippets Groups Projects
Commit 856c4691 authored by Akshay Mankar's avatar Akshay Mankar
Browse files

direnv.nix: Fix env name

parent 4196b239
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ let ...@@ -3,7 +3,7 @@ let
pkgs = import sources.nixpkgs {}; pkgs = import sources.nixpkgs {};
in { in {
env = pkgs.buildEnv { env = pkgs.buildEnv {
name = "terraform-http-pass-backend"; name = "terraform-http-backend-pass";
paths = with pkgs; [ paths = with pkgs; [
pass pass
niv niv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment