aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-20 12:07:04 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-20 12:07:04 +0200
commit5076e819be1e4cdbd88abad7c6db313701cad461 (patch)
treed6d9d32e2cb46063cc3f1467cb57fab5de3e8351 /flake.nix
parentf64e98b37125580992812c0dc1e96e6560792035 (diff)
downloadshellrc-5076e819be1e4cdbd88abad7c6db313701cad461.tar.gz
shellrc-5076e819be1e4cdbd88abad7c6db313701cad461.tar.bz2
shellrc-5076e819be1e4cdbd88abad7c6db313701cad461.zip
bashrc.d: do not use our own variable to detect develop
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 83c6d6a..83e73b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,9 +27,6 @@
installShellCompletion --zsh --name "$${comp##*/}" "$comp"
done
'';
- shellHook = commonrc + bashrc + ''
- export _SHELLRC=develop
- '';
};
default = shellrc-completion;
};