aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-08-10 10:28:46 +0200
committerKarel Kočí <cynerd@email.cz>2022-08-10 10:28:46 +0200
commit71dbd4b1534e2792d1cb384e87a6ba9d6d04a6ff (patch)
tree01b9d43d285192f0b667e9d235c81070466a372e /flake.nix
parenta72880521555bff5a15f55bdd08fca9f3c414e9f (diff)
downloadshellrc-71dbd4b1534e2792d1cb384e87a6ba9d6d04a6ff.tar.gz
shellrc-71dbd4b1534e2792d1cb384e87a6ba9d6d04a6ff.tar.bz2
shellrc-71dbd4b1534e2792d1cb384e87a6ba9d6d04a6ff.zip
shellrc.d/nix: add devzsh
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 83e73b6..754df60 100644
--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
zshrc = loadrc ./zshrc.d;
packages = pkgs: rec {
- shellrc-completion = pkgs.stdenv.mkDerivation rec {
+ shellrc-completion = pkgs.stdenv.mkDerivation {
name = "shellrc-completion";
src = ./.;
nativeBuildInputs = [ pkgs.installShellFiles ];