summaryrefslogtreecommitdiffstats
path: root/2configs/home-manager/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/home-manager/zsh.nix')
-rw-r--r--2configs/home-manager/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/home-manager/zsh.nix b/2configs/home-manager/zsh.nix
index c875d52c8..6f05bcc72 100644
--- a/2configs/home-manager/zsh.nix
+++ b/2configs/home-manager/zsh.nix
@@ -37,7 +37,7 @@
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
programs.direnv.enableZshIntegration = true;
- home.packages = [ (pkgs.writeDashBin "nixify" ''
+ home.packages = [ (pkgs.writers.writeDashBin "nixify" ''
test ! -e shell.nix && cat > shell.nix <<EOF
{ pkgs ? import <nixpkgs> {}}: