aboutsummaryrefslogtreecommitdiff
path: root/core/env.nix
diff options
context:
space:
mode:
Diffstat (limited to 'core/env.nix')
-rw-r--r--core/env.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/env.nix b/core/env.nix
deleted file mode 100644
index 5d8679e..0000000
--- a/core/env.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs, ... }:
-
-{
- environment = {
- localBinInPath = true;
- };
-}