mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plasma5: properly fix hook
This commit is contained in:
parent
d1ee508194
commit
c8acd48172
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ let
|
|||
propagate = out:
|
||||
let setupHook = { writeScript }:
|
||||
writeScript "setup-hook" ''
|
||||
if [ "${hookName:-}" != postHook ]; then
|
||||
if [ "''${hookName:-}" != postHook ]; then
|
||||
postHooks+=("source @dev@/nix-support/setup-hook")
|
||||
else
|
||||
# Propagate $${out} output
|
||||
|
|
Loading…
Reference in a new issue