fix(home/zsh.nix): correct path for commitFunctions
- Updated the path to correctly place `commits.sh` inside the `bin` directory
This commit is contained in:
parent
58e2b8dab7
commit
227c289967
@ -1,7 +1,7 @@
|
|||||||
{ pkgs, lib, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
commitFunctions = pkgs.writeTextDir "bin" (builtins.readFile ./scripts/commits.sh);
|
commitFunctions = pkgs.writeTextDir "bin/commits.sh" (builtins.readFile ./scripts/commits.sh);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ any-nix-shell ];
|
home.packages = with pkgs; [ any-nix-shell ];
|
||||||
|
Loading…
Reference in New Issue
Block a user