Skip to content

Commit

Permalink
Merge pull request #13 from BurNiinTRee/master
Browse files Browse the repository at this point in the history
add shellHook option
  • Loading branch information
DavHau authored Jan 20, 2023
2 parents 71a7616 + 5664e53 commit 26eceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mkDerivation/interface.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
distPhase = optNullOrStr;
preDist = optNullOrStr;
postDist = optNullOrStr;
shellHook = optNullOrStr;

# setup.sh flags
dontUnpack = optNullOrBool;
Expand Down

0 comments on commit 26eceeb

Please sign in to comment.