Skip to content

Commit

Permalink
feat: patch recent changes of upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
c4710n committed Feb 23, 2024
1 parent 2ca93ea commit d78f2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elisp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ let
then defaultInitFile
else throw "name of defaultInitFile must be ${defaultInitFileName}";
version = "0.1.0";
packageRequires = usePkgs;
packageRequires = usePkgs ++ extraPkgs;
};
in
usePkgs ++ extraPkgs ++ [ defaultInitFilePkg ])

0 comments on commit d78f2cb

Please sign in to comment.