summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.nix b/env.nix
index 1382ce5..ba68205 100644
--- a/env.nix
+++ b/env.nix
@@ -10,5 +10,8 @@ with import <nixpkgs> {}; {
mpv
];
SSL_CERT_FILE="/etc/ssl/certs/ca-bundle.crt";
+ shellHook = ''
+ PATH=$PATH:${./bin}
+ '';
};
}